1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(set-fill-column): Doc fix.

This commit is contained in:
Richard M. Stallman 1998-10-13 15:47:40 +00:00
parent 60b2cdb533
commit 923efb99ce

View File

@ -3066,6 +3066,7 @@ for `auto-fill-function' when turning Auto Fill mode on."
(defun set-fill-column (arg)
"Set `fill-column' to specified argument.
Use \\[universal-argument] followed by a number to specify a column.
Just \\[universal-argument] as argument means to use the current column."
(interactive "P")
(if (consp arg)