]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention `lisp-data-mode' in `emacs-lisp-mode' doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 14 Sep 2021 12:58:37 +0000 (14:58 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 15 Sep 2021 07:58:45 +0000 (09:58 +0200)
* lisp/progmodes/elisp-mode.el (emacs-lisp-mode): Mention
`lisp-data-mode'.

etc/NEWS
lisp/progmodes/elisp-mode.el

index 5809716868aa97a6df8a70f3263686830254d7a5..b92a5b691838917473026cc9bfab89ca80a91347 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2900,6 +2900,7 @@ This is a mode for searching a RFC 2229 dictionary server.
 the mouse in 'dictionary-tooltip-dictionary' (which must be customized
 first).
 
+---
 ** Lisp Data mode
 The new command 'lisp-data-mode' enables a major mode for buffers
 composed of Lisp symbolic expressions that do not form a computer
index a4c8d8671dd3e4934fbf0ad1469d5ce204de7d6a..f71718bed52bc41e4532f4889107718534e46366 100644 (file)
@@ -276,6 +276,9 @@ Commands:
 Delete converts tabs to spaces as it moves back.
 Blank lines separate paragraphs.  Semicolons start comments.
 
+When editing Lisp data (as opposed to code), `lisp-data-mode' can
+be used instead.
+
 \\{emacs-lisp-mode-map}"
   :group 'lisp
   (defvar project-vc-external-roots-function)