diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-05-16 12:01:57 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-05-16 12:01:57 +0000 |
commit | b96fb65cd3074b83494dce3cc9ac283520dc8830 (patch) | |
tree | 1c56b1aabff905e539c7bb9ceb5e17a035a711ae /lisp | |
parent | e7bdfdcf2aeb171d40ed9d2835c35e781243fe44 (diff) | |
download | emacs-b96fb65cd3074b83494dce3cc9ac283520dc8830.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/gnus/nnmail.el | 6 | ||||
-rw-r--r-- | lisp/play/handwrite.el | 2 |
4 files changed, 12 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3d42733407f..01b6fdd6211 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2002-05-16 Juanma Barranquero <lektu@terra.es> + * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo. + + * filesets.el (filesets-ormap): Fix typo. + * faces.el (describe-face): Fix typo. 2002-05-15 Stefan Monnier <monnier@cs.yale.edu> diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index bfcdcc2d1ee..b586668a20f 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2002-05-16 Juanma Barranquero <lektu@terra.es> + + * gnus-art.el (gnus-mime-copy-part): Fix typo. + 2002-05-09 Miles Bader <miles@gnu.org> * gnus-cite.el (gnus-cite-blank-line-after-header): New variable. diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el index ad28361ebd8..cf8ae33838e 100644 --- a/lisp/gnus/nnmail.el +++ b/lisp/gnus/nnmail.el @@ -651,7 +651,7 @@ If SOURCE is a directory spec, try to return the group name component." (defsubst nnmail-search-unix-mail-delim () "Put point at the beginning of the next Unix mbox message." - ;; Algorithm used to find the the next article in the + ;; Algorithm used to find the next article in the ;; brain-dead Unix mbox format: ;; ;; 1) Search for "^From ". @@ -680,7 +680,7 @@ If SOURCE is a directory spec, try to return the group name component." (defun nnmail-search-unix-mail-delim-backward () "Put point at the beginning of the current Unix mbox message." - ;; Algorithm used to find the the next article in the + ;; Algorithm used to find the next article in the ;; brain-dead Unix mbox format: ;; ;; 1) Search for "^From ". @@ -1188,7 +1188,7 @@ See the documentation for the variable `nnmail-split-fancy' for documentation." (let ((split-rest (cddr split)) (end (match-end 0)) ;; The searched regexp is \(\(FIELD\).*\)\(VALUE\). So, - ;; start-of-value is the the point just before the + ;; start-of-value is the point just before the ;; beginning of the value, whereas after-header-name is ;; the point just after the field name. (start-of-value (match-end 1)) diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el index cba4147b4e3..95ddac4c0bf 100644 --- a/lisp/play/handwrite.el +++ b/lisp/play/handwrite.el @@ -492,7 +492,7 @@ values for `handwrite-linespace' and `handwrite-numlines'." }def %%EndPreamble\n")) -;;The the font size for the PostScript output. +;;The font size for the PostScript output. ;;Also the x-y-translations of the PostScript stuff. (defun handwrite-insert-info () (insert "\n%%BeginSizeTranslate\n") |