diff options
| author | Dave Love | 2000-08-17 13:54:16 +0000 |
|---|---|---|
| committer | Dave Love | 2000-08-17 13:54:16 +0000 |
| commit | 77d2026234a57b46a4053a088cc73b5daa8b3b95 (patch) | |
| tree | 8a48cd1a81c802bb4f1817df65a495b1b3ea5688 /src | |
| parent | a9800ae8a9e4816692ad29c8328b2e4f74617128 (diff) | |
| download | emacs-77d2026234a57b46a4053a088cc73b5daa8b3b95.tar.gz emacs-77d2026234a57b46a4053a088cc73b5daa8b3b95.zip | |
(Fdefvar): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/eval.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 87942fbad05..9db0b8f0169 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -651,7 +651,8 @@ If SYMBOL is buffer-local, its default value is what is set;\n\ | |||
| 651 | buffer-local values are not affected.\n\ | 651 | buffer-local values are not affected.\n\ |
| 652 | INITVALUE and DOCSTRING are optional.\n\ | 652 | INITVALUE and DOCSTRING are optional.\n\ |
| 653 | If DOCSTRING starts with *, this variable is identified as a user option.\n\ | 653 | If DOCSTRING starts with *, this variable is identified as a user option.\n\ |
| 654 | This means that M-x set-variable and M-x edit-options recognize it.\n\ | 654 | This means that M-x set-variable recognizes it.\n\ |
| 655 | See also `user-variable-p'.\n\ | ||
| 655 | If INITVALUE is missing, SYMBOL's value is not set.") | 656 | If INITVALUE is missing, SYMBOL's value is not set.") |
| 656 | (args) | 657 | (args) |
| 657 | Lisp_Object args; | 658 | Lisp_Object args; |