From 0e816a433c6389f43a8eac890320b3424158e85a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 13 Apr 2007 09:10:56 +0000 Subject: [PATCH] (ebnf-insert-style, ebnf-merge-style): Fix typos in error messages. --- lisp/ChangeLog | 22 ++++++++++++++++++---- lisp/progmodes/ebnf2ps.el | 4 ++-- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91aadbd0640..d5e22106a1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,10 +1,24 @@ +2007-04-13 Juanma Barranquero + + * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings. + + * term.el (term-buffer-maximum-size, term-exec, term-escape-char) + (term-set-escape-char, term-termcap-format, term-get-old-input-default) + (term-skip-prompt, term-send-string, term-send-region, term-pager-page) + (term-pager-help): Fix typos in docstrings. + + * wid-edit.el (widget-documentation): Fix typo in docstring. + + * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style): + Fix typos in error messages. + 2007-04-13 Martin Rudalics * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select window marked as dedicated. * mail/footnote.el (footnote-latin-string): New variable. - (footnote-latin-regexp): Redefined as regexp alternative. + (footnote-latin-regexp): Redefined as regexp alternative. (Footnote-latin): Use footnote-latin-string instead of footnote-latin-regexp. @@ -30,12 +44,12 @@ 2007-04-11 Jason Rumney * dnd.el (dnd-get-local-file-name): Decode both upper and lower - case hex. Do not try to decode non-hex letters. + case hex. Do not try to decode non-hex letters. 2007-04-11 Markus Triska * emacs-lisp/byte-opt.el (byte-optimize-backward-char) - (byte-optimize-backward-word): Remove (move to bytecomp.el) + (byte-optimize-backward-word): Remove (move to bytecomp.el). (byte-optimize-form-code-walker): Evaluate pure function calls if possible. (byte-optimize-all-constp): New function. @@ -60,7 +74,7 @@ 2007-04-10 Chong Yidong - * woman.el (woman-decode-buffer): Postphone macro-set check... + * woman.el (woman-decode-buffer): Postpone macro-set check... (woman-decode-region): ...to here. 2007-04-10 Thien-Thi Nguyen diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index 23ba4b55f33..55f61222796 100644 --- a/lisp/progmodes/ebnf2ps.el +++ b/lisp/progmodes/ebnf2ps.el @@ -2609,7 +2609,7 @@ See `ebnf-style-database' documentation." (and (assoc name ebnf-style-database) (error "Style name already exists: %s" name)) (or (assoc inherits ebnf-style-database) - (error "Style inheritance name does'nt exist: %s" inherits)) + (error "Style inheritance name doesn't exist: %s" inherits)) (setq ebnf-style-database (cons (cons name (cons inherits (ebnf-check-style-values values))) ebnf-style-database))) @@ -2639,7 +2639,7 @@ See `ebnf-style-database' documentation." See `ebnf-style-database' documentation." (interactive "SStyle name: \nXStyle values: ") (let ((style (or (assoc name ebnf-style-database) - (error "Style name does'nt exist: %s" name))) + (error "Style name doesn't exist: %s" name))) (merge (ebnf-check-style-values values)) val elt new check) ;; modify value of existing variables -- 2.39.5