aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-10-13 15:47:40 +0000
committerRichard M. Stallman1998-10-13 15:47:40 +0000
commit923efb99ce93699bbeff94ce8e14056659a6dcfc (patch)
tree432f4fcc8899596feea865be8b495437ed030a9f
parent60b2cdb533bfbea2dfa592e7c0662c87e7e926cb (diff)
downloademacs-923efb99ce93699bbeff94ce8e14056659a6dcfc.tar.gz
emacs-923efb99ce93699bbeff94ce8e14056659a6dcfc.zip
(set-fill-column): Doc fix.
-rw-r--r--lisp/simple.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index c5fe25ebe07..acdc8bba433 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3066,6 +3066,7 @@ for `auto-fill-function' when turning Auto Fill mode on."
3066 3066
3067(defun set-fill-column (arg) 3067(defun set-fill-column (arg)
3068 "Set `fill-column' to specified argument. 3068 "Set `fill-column' to specified argument.
3069Use \\[universal-argument] followed by a number to specify a column.
3069Just \\[universal-argument] as argument means to use the current column." 3070Just \\[universal-argument] as argument means to use the current column."
3070 (interactive "P") 3071 (interactive "P")
3071 (if (consp arg) 3072 (if (consp arg)