diff options
author | Glenn Morris <rgm@gnu.org> | 2017-11-28 08:50:05 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-11-28 08:50:05 -0800 |
commit | f2441ab3204274cba16f5cab19e98db61d468fb7 (patch) | |
tree | b83c2cf456c874f60789d2fe65e6c2ea39bc8ccc /lisp/gnus/gnus-cus.el | |
parent | 22ff46e6d85e3f023eb84ef7e8fe3de8947caf81 (diff) | |
download | emacs-f2441ab3204274cba16f5cab19e98db61d468fb7.tar.gz emacs-f2441ab3204274cba16f5cab19e98db61d468fb7.tar.bz2 emacs-f2441ab3204274cba16f5cab19e98db61d468fb7.zip |
; Fix some tiny doc and comment typos
Diffstat (limited to 'lisp/gnus/gnus-cus.el')
-rw-r--r-- | lisp/gnus/gnus-cus.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-cus.el b/lisp/gnus/gnus-cus.el index 600b33f2268..cae0372aa49 100644 --- a/lisp/gnus/gnus-cus.el +++ b/lisp/gnus/gnus-cus.el @@ -454,7 +454,7 @@ Set variables local to the group you are entering. If you want to turn threading off in `news.answers', you could put `(gnus-show-threads nil)' in the group parameters of that group. `gnus-show-threads' will be made into a local variable in the summary -buffer you enter, and the form nil will be `eval'ed there. +buffer you enter, and the form nil will be `eval'uated there. This can also be used as a group-specific hook function, if you'd like. If you want to hear a beep when you enter a group, you could @@ -535,7 +535,7 @@ These files will not be loaded, even though they would normally be so, for some reason or other.") (eval (sexp :tag "Eval" :value nil) "\ -The value of this entry will be `eval'el. +The value of this entry will be `eval'uated. This element will be ignored when handling global score files.") (read-only (boolean :tag "Read-only" :value t) "\ |