From: João Távora Date: Wed, 30 Jun 2021 16:00:13 +0000 (+0100) Subject: Adjust docstring of lisp-mode (bug#49278) X-Git-Tag: emacs-28.0.90~2000 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1439e9bfadb2ba66f55530daab1f9886c7a98c02;p=emacs.git Adjust docstring of lisp-mode (bug#49278) * lisp/emacs-lisp/lisp-mode.el (lisp-mode): Mention that this mode is primarily for Common Lisp. --- diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 59325d647d8..51fb88502ab 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -765,7 +765,7 @@ All commands in `lisp-mode-shared-map' are inherited by this map.") :help "Run an inferior Lisp process, input and output via buffer `*inferior-lisp*'"])) (define-derived-mode lisp-mode lisp-data-mode "Lisp" - "Major mode for editing Lisp code for Lisps other than GNU Emacs Lisp. + "Major mode for editing programs in Common Lisp and other similar Lisps. Commands: Delete converts tabs to spaces as it moves back. Blank lines separate paragraphs. Semicolons start comments.