; Fix some tiny doc and comment typos
This commit is contained in:
parent
22ff46e6d8
commit
f2441ab320
5 changed files with 6 additions and 6 deletions
|
@ -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) "\
|
||||
|
|
|
@ -323,7 +323,7 @@ means the viewer is always valid. If it is a Lisp function, it is
|
|||
called with a list of items from any extra fields from the
|
||||
Content-Type header as argument to return a boolean value for the
|
||||
validity. Otherwise, if it is a non-function Lisp symbol or list
|
||||
whose car is a symbol, it is `eval'led to yield the validity. If it
|
||||
whose car is a symbol, it is `eval'uated to yield the validity. If it
|
||||
is a string or list of strings, it represents a shell command to run
|
||||
to return a true or false shell value for the validity.")
|
||||
(put 'mailcap-mime-data 'risky-local-variable t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue