]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve recently installed documentation
authorEli Zaretskii <eliz@gnu.org>
Tue, 13 Dec 2022 14:24:09 +0000 (16:24 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 13 Dec 2022 14:24:09 +0000 (16:24 +0200)
* lisp/progmodes/prog-mode.el (prog-fill-reindent-defun): Fix
wording of the doc string.
* doc/emacs/programs.texi (Multi-line Indent): Improve wording of
the description of 'prog-fill-reindent-defun' and related
variables.

doc/emacs/programs.texi
lisp/progmodes/prog-mode.el

index 3b60732171e7eb4b1c4ccf08b54d4615b5f08c32..a6688572134de1122dad5bb23157c32213848274 100644 (file)
@@ -437,16 +437,15 @@ first.
 @vindex beginning-of-defun-function
 @vindex end-of-defun-function
 @vindex fill-paragraph-function
-  Major modes that derive from @code{prog-mode} can either fill a
-single paragraph in a defun, such as a doc-string, or a comment, or
-(re)indent the surrounding defun if point is not in a comment or a
-string by typing @kbd{M-q} or using the command @kbd{M-x
-prog-fill-reindent-defun}.  The bounds of a defun is decided by the
-variable @code{beginning-of-defun-function} and
-@code{end-of-defun-function}, and the filling mechanism is decided by
-@code{fill-paragraph-function} (@ref{List Motion,,, elisp, The Emacs
-Lisp Reference Manual}, or @ref{Filling,,, elisp, The Emacs Lisp
-Reference Manual} for more information).
+  To reindent the entire defun around point, type @kbd{M-q}
+(@code{prog-fill-reindent-defun}).  If point is in a comment or a
+string, this command fills and indents the comment or string instead.
+What exactly constitutes a comment, a string, or a defun depends on
+the major mode: the bounds of a defun are decided by the variables
+@code{beginning-of-defun-function} and @code{end-of-defun-function}
+(@pxref{List Motion,,, elisp, The Emacs Lisp Reference Manual}),
+and the filling mechanism is decided by @code{fill-paragraph-function}
+(@pxref{Filling,,, elisp, The Emacs Lisp Reference Manual}).
 
 @kindex C-u TAB
   If you like the relative indentation within a grouping but not the
index 1bd8234dc9ccd6edef1f536acd0615386d2260d8..b46a9affcd3e6d69c006949eac023c7d8a20352f 100644 (file)
@@ -151,8 +151,8 @@ instead."
 If the point is in a string or a comment, fill the paragraph that
 contains point or follows point.
 
-Otherwise, reindent the definition that contains point or follows
-point."
+Otherwise, reindent the function definition that contains point
+or follows point."
   (interactive "P")
   (save-excursion
     (let ((treesit-text-node