diff options
author | Glenn Morris <rgm@gnu.org> | 2017-11-29 17:12:56 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-11-29 17:12:56 -0800 |
commit | f069ea4f84a94bfbbd444073729f81fdd27c9445 (patch) | |
tree | 6adf14a7d71264bb20c87a426df6e18e0edba9a3 /lisp/gnus/gnus-cus.el | |
parent | 03e1012be4028e653bd88c93846b17172b5c0faa (diff) | |
parent | 408862f02a874dcd9cfc2599adb35dec522b3ef4 (diff) | |
download | emacs-f069ea4f84a94bfbbd444073729f81fdd27c9445.tar.gz emacs-f069ea4f84a94bfbbd444073729f81fdd27c9445.tar.bz2 emacs-f069ea4f84a94bfbbd444073729f81fdd27c9445.zip |
Merge from origin/emacs-26
408862f02a (origin/emacs-26) ; * lisp/emacs-lisp/bytecomp.el: Tweak m...
9964db4c34 Restore obsolete method of changing byte-compile-dest-file
3dd25aeecb Some minor Tramp corrections
d670a15f25 * doc/misc/url.texi (http/https): Fix typo
99d07e8d5e Remove some bogus definition-prefixes from loaddefs
6067f0c702 Shell-quote wildcards when invoking 'vc-git-grep'
0540df10e6 Update documentation of '.dir-locals-2.el'
f2441ab320 ; Fix some tiny doc and comment typos
22ff46e6d8 ; Fix some comment typos
# Conflicts:
# etc/NEWS
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 c22c9c1d5ac..f698d806171 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) "\ |