diff options
| author | Lars Ingebrigtsen | 2020-09-21 17:20:14 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-09-21 17:20:14 +0200 |
| commit | ca4a37e0930b2bbb322ae3d1e9dc95f80d3966cd (patch) | |
| tree | 50addbbc35880c6cf18fb217af0dc3f50b26da74 | |
| parent | c8f809dbb95de2458260b08a565123bb11b6c5eb (diff) | |
| download | emacs-ca4a37e0930b2bbb322ae3d1e9dc95f80d3966cd.tar.gz emacs-ca4a37e0930b2bbb322ae3d1e9dc95f80d3966cd.zip | |
Doc string fix for gnus-summary-hide-thread
* lisp/gnus/gnus-sum.el (gnus-summary-hide-thread): Remove text
from doc string apparently copy-pasted from the function above.
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 87e48f6b04d..b3ed5cb6647 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -11806,8 +11806,6 @@ will not be hidden." | |||
| 11806 | 11806 | ||
| 11807 | (defun gnus-summary-hide-thread () | 11807 | (defun gnus-summary-hide-thread () |
| 11808 | "Hide thread subtrees. | 11808 | "Hide thread subtrees. |
| 11809 | If PREDICATE is supplied, threads that satisfy this predicate | ||
| 11810 | will not be hidden. | ||
| 11811 | Returns nil if no threads were there to be hidden." | 11809 | Returns nil if no threads were there to be hidden." |
| 11812 | (interactive) | 11810 | (interactive) |
| 11813 | (beginning-of-line) | 11811 | (beginning-of-line) |