diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/elisp-mode.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index a4c8d8671dd..f71718bed52 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) |