diff options
| -rw-r--r-- | lisp/gnus/gnus-art.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index bc7f27c97c8..cdb3c8950cc 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | ;; GNU Emacs is distributed in the hope that it will be useful, | 16 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 17 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 18 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | ;; GNU General Public License for more details. | 19 | ;; GNU General Public License for more details. |
| 20 | 20 | ||
| 21 | ;; You should have received a copy of the GNU General Public License | 21 | ;; You should have received a copy of the GNU General Public License |
| @@ -265,7 +265,7 @@ regexp. If it matches, the text in question is not a signature." | |||
| 265 | display -")) | 265 | display -")) |
| 266 | "*String or function to be executed to display an X-Face header. | 266 | "*String or function to be executed to display an X-Face header. |
| 267 | If it is a string, the command will be executed in a sub-shell | 267 | If it is a string, the command will be executed in a sub-shell |
| 268 | asynchronously. The compressed face will be piped to this command." | 268 | asynchronously. The compressed face will be piped to this command." |
| 269 | :type `(choice string | 269 | :type `(choice string |
| 270 | (function-item gnus-display-x-face-in-from) | 270 | (function-item gnus-display-x-face-in-from) |
| 271 | function) | 271 | function) |
| @@ -3641,7 +3641,7 @@ Otherwise, it is like ~/News/news/group/num." | |||
| 3641 | (defun gnus-numeric-save-name (newsgroup headers &optional last-file) | 3641 | (defun gnus-numeric-save-name (newsgroup headers &optional last-file) |
| 3642 | "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE. | 3642 | "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE. |
| 3643 | If variable `gnus-use-long-file-name' is non-nil, it is | 3643 | If variable `gnus-use-long-file-name' is non-nil, it is |
| 3644 | ~/News/news.group/num. Otherwise, it is like ~/News/news/group/num." | 3644 | ~/News/news.group/num. Otherwise, it is like ~/News/news/group/num." |
| 3645 | (let ((default | 3645 | (let ((default |
| 3646 | (expand-file-name | 3646 | (expand-file-name |
| 3647 | (concat (if (gnus-use-long-file-name 'not-save) | 3647 | (concat (if (gnus-use-long-file-name 'not-save) |