# HG changeset patch # User Juanma Barranquero # Date 1021550517 0 # Node ID f767f3bf5f8661aa929fbbce1cb619048a615152 # Parent 886037f6f54559d04fe7835a15a313b5f850869c *** empty log message *** diff -r 886037f6f545 -r f767f3bf5f86 lisp/ChangeLog --- a/lisp/ChangeLog Thu May 16 12:01:17 2002 +0000 +++ b/lisp/ChangeLog Thu May 16 12:01:57 2002 +0000 @@ -1,5 +1,9 @@ 2002-05-16 Juanma Barranquero + * 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 diff -r 886037f6f545 -r f767f3bf5f86 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Thu May 16 12:01:17 2002 +0000 +++ b/lisp/gnus/ChangeLog Thu May 16 12:01:57 2002 +0000 @@ -1,3 +1,7 @@ +2002-05-16 Juanma Barranquero + + * gnus-art.el (gnus-mime-copy-part): Fix typo. + 2002-05-09 Miles Bader * gnus-cite.el (gnus-cite-blank-line-after-header): New variable. diff -r 886037f6f545 -r f767f3bf5f86 lisp/gnus/nnmail.el --- a/lisp/gnus/nnmail.el Thu May 16 12:01:17 2002 +0000 +++ b/lisp/gnus/nnmail.el Thu May 16 12:01:57 2002 +0000 @@ -651,7 +651,7 @@ (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 @@ (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 @@ (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 -r 886037f6f545 -r f767f3bf5f86 lisp/play/handwrite.el --- a/lisp/play/handwrite.el Thu May 16 12:01:17 2002 +0000 +++ b/lisp/play/handwrite.el Thu May 16 12:01:57 2002 +0000 @@ -492,7 +492,7 @@ }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") diff -r 886037f6f545 -r f767f3bf5f86 src/ChangeLog --- a/src/ChangeLog Thu May 16 12:01:17 2002 +0000 +++ b/src/ChangeLog Thu May 16 12:01:57 2002 +0000 @@ -1,3 +1,8 @@ +2002-05-16 Juanma Barranquero + + * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix + typo. + 2002-05-15 Stefan Monnier * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more