emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master fbef1ee 1/2: Mention `lisp-data-mode' in `emacs-lisp-mode' doc st


From: Lars Ingebrigtsen
Subject: master fbef1ee 1/2: Mention `lisp-data-mode' in `emacs-lisp-mode' doc string
Date: Wed, 15 Sep 2021 03:58:50 -0400 (EDT)

branch: master
commit fbef1ee018d9229be0c7d9af9eaa2774d430149c
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Mention `lisp-data-mode' in `emacs-lisp-mode' doc string
    
    * lisp/progmodes/elisp-mode.el (emacs-lisp-mode): Mention
    `lisp-data-mode'.
---
 etc/NEWS                     | 1 +
 lisp/progmodes/elisp-mode.el | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index 5809716..b92a5b6 100644
--- 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
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index a4c8d86..f71718b 100644
--- a/lisp/progmodes/elisp-mode.el
+++ b/lisp/progmodes/elisp-mode.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]