From: Daniel Martín Date: Tue, 29 Nov 2022 22:03:42 +0000 (+0100) Subject: Fix typo in flag to load Emacs-specific LLDB commands X-Git-Tag: emacs-29.0.90~1423 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a699f65936;p=emacs.git Fix typo in flag to load Emacs-specific LLDB commands * src/.lldbinit: Fix typo in flag to parse .lldbinit files from the current directory. (Bug#59702) --- diff --git a/src/.lldbinit b/src/.lldbinit index 358cea5f8b6..5fdac34b786 100644 --- a/src/.lldbinit +++ b/src/.lldbinit @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with GNU Emacs. If not, see . # -# Use 'lldb --local-init' or add to your ~/.lldbinit the line +# Use 'lldb --local-lldbinit' or add to your ~/.lldbinit the line # # settings set target.load-cwd-lldbinit true #