summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-kill.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-12-07 12:43:16 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-12-07 12:43:16 -0800
commitf15f6b53078ac2176f8d2c05d99d3d9b4d32986b (patch)
tree046e4b81c0220bc1048b0ece01caee896629670d /lisp/gnus/gnus-kill.el
parentfe6131b72468a71b1bae3bbafcb408a24a460a13 (diff)
parenteeecac7ab9d1f8c3a29cffe4586e5fd2414dd671 (diff)
downloademacs-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.el2
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