diff options
| -rw-r--r-- | lisp/simple.el | 1 |
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. |
| 3069 | Use \\[universal-argument] followed by a number to specify a column. | ||
| 3069 | Just \\[universal-argument] as argument means to use the current column." | 3070 | Just \\[universal-argument] as argument means to use the current column." |
| 3070 | (interactive "P") | 3071 | (interactive "P") |
| 3071 | (if (consp arg) | 3072 | (if (consp arg) |