]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-sum.el
Escape ` and ' in doc
[gnu-emacs] / lisp / gnus / gnus-sum.el
index e4c144b92371caa2b710a68b0ce8afc2683845a4..6b90204beb63144ffa9d657f5ab14d5b67054e07 100644 (file)
@@ -1656,7 +1656,7 @@ while still allowing them to affect operations done in other buffers.
 For example:
 
 \(setq gnus-newsgroup-variables
-     '(message-use-followup-to
+     \\='(message-use-followup-to
        (gnus-visible-headers .
         \"^From:\\\\|^Newsgroups:\\\\|^Subject:\\\\|^Date:\\\\|^To:\")))
 ")
@@ -9489,6 +9489,7 @@ Optional argument BACKWARD means do search for backward.
     ;; Return whether we found the regexp.
     (when (eq found 'found)
       (goto-char point)
+      (sit-for 0) ;; Ensure that the point is visible in the summary window.
       (gnus-summary-show-thread)
       (gnus-summary-goto-subject gnus-current-article)
       (gnus-summary-position-point)