diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-07 12:43:16 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-07 12:43:16 -0800 |
commit | f15f6b53078ac2176f8d2c05d99d3d9b4d32986b (patch) | |
tree | 046e4b81c0220bc1048b0ece01caee896629670d /lisp/gnus/gnus-kill.el | |
parent | fe6131b72468a71b1bae3bbafcb408a24a460a13 (diff) | |
parent | eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671 (diff) | |
download | emacs-f15f6b53078ac2176f8d2c05d99d3d9b4d32986b.tar.gz |
Merge from origin/emacs-25
eeecac7 Fix minor quoting problems in doc strings
Diffstat (limited to 'lisp/gnus/gnus-kill.el')
-rw-r--r-- | lisp/gnus/gnus-kill.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-kill.el b/lisp/gnus/gnus-kill.el index b4b74c98f9f..e65d46b733d 100644 --- a/lisp/gnus/gnus-kill.el +++ b/lisp/gnus/gnus-kill.el @@ -118,7 +118,7 @@ the header field or an empty string. If FIELD is an empty string, the entire article body is searched for. REGEXP is a string which is compared with FIELD value. COMMAND is a string representing a valid key sequence in Summary mode or Lisp expression. COMMAND defaults to -'(gnus-summary-mark-as-read nil \"X\"). Make sure that COMMAND is +\(gnus-summary-mark-as-read nil \"X\"). Make sure that COMMAND is executed in the Summary buffer. If the second optional argument ALL is non-nil, the COMMAND is applied to articles which are already marked as read or unread. Articles which are marked are skipped over |