[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 a699f65936: Fix typo in flag to load Emacs-specific LLDB comman
From: |
Stefan Kangas |
Subject: |
emacs-29 a699f65936: Fix typo in flag to load Emacs-specific LLDB commands |
Date: |
Tue, 29 Nov 2022 17:46:17 -0500 (EST) |
branch: emacs-29
commit a699f65936e7c08664a994c14e14e9755f8f3d6d
Author: Daniel MartÃn <mardani29@yahoo.es>
Commit: Stefan Kangas <stefankangas@gmail.com>
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)
---
src/.lldbinit | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/.lldbinit b/src/.lldbinit
index 358cea5f8b..5fdac34b78 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 <https://www.gnu.org/licenses/>.
#
-# 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
#
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 a699f65936: Fix typo in flag to load Emacs-specific LLDB commands,
Stefan Kangas <=