aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-24 10:44:42 +0000
committerJuanma Barranquero2006-11-24 10:44:42 +0000
commit2ff9f5b4b672812d5193c124c7e64795fc5d0523 (patch)
tree0dada211ea7f75934fc6b0c411bb473a9f58d1af
parentc30ba437c0ac3a4238b7fd794bb88054e78a8527 (diff)
downloademacs-2ff9f5b4b672812d5193c124c7e64795fc5d0523.tar.gz
emacs-2ff9f5b4b672812d5193c124c7e64795fc5d0523.zip
(gnus-article-x-face-command, gnus-numeric-save-name):
Fix space/tab mixup in docstrings.
-rw-r--r--lisp/gnus/gnus-art.el6
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."
265display -")) 265display -"))
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.
267If it is a string, the command will be executed in a sub-shell 267If it is a string, the command will be executed in a sub-shell
268asynchronously. The compressed face will be piped to this command." 268asynchronously. 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.
3643If variable `gnus-use-long-file-name' is non-nil, it is 3643If 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)