From: Juanma Barranquero Date: Wed, 3 Jul 2002 11:46:24 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-21.2.91~209 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f2d725ddf011801c7e1610123271e8ccafa3f17;p=emacs.git Fix typo. --- diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 6736159d60f..f217c5416e8 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -719,7 +719,7 @@ is the buffer position of the start of the containing expression." (parse-partial-sexp (point) calculate-lisp-indent-last-sexp 0 t) (if (and (elt state 2) (not (looking-at "\\sw\\|\\s_"))) - ;; car of form doesn't seem to be a a symbol + ;; car of form doesn't seem to be a symbol (progn (if (not (> (save-excursion (forward-line 1) (point)) calculate-lisp-indent-last-sexp)) diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index c1b3a5e58bc..f64e87e01f6 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el @@ -26,11 +26,11 @@ ;; Hacked from tea.el by Olin Shivers (shivers@cs.cmu.edu). 8/88 -;; This file defines a a lisp-in-a-buffer package (inferior-lisp -;; mode) built on top of comint mode. This version is more -;; featureful, robust, and uniform than the Emacs 18 version. The -;; key bindings are also more compatible with the bindings of Hemlock -;; and Zwei (the Lisp Machine emacs). +;; This file defines a lisp-in-a-buffer package (inferior-lisp mode) +;; built on top of comint mode. This version is more featureful, +;; robust, and uniform than the Emacs 18 version. The key bindings are +;; also more compatible with the bindings of Hemlock and Zwei (the +;; Lisp Machine emacs). ;; Since this mode is built on top of the general command-interpreter-in- ;; a-buffer mode (comint mode), it shares a common base functionality, diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index f4c8df155f1..3f2eeffaf4a 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el @@ -430,7 +430,7 @@ that variable's value is a string." (parse-partial-sexp (point) calculate-lisp-indent-last-sexp 0 t) (if (and (elt state 2) (not (looking-at "\\sw\\|\\s_"))) - ;; car of form doesn't seem to be a a symbol + ;; car of form doesn't seem to be a symbol (progn (if (not (> (save-excursion (forward-line 1) (point)) calculate-lisp-indent-last-sexp)) diff --git a/lisp/shell.el b/lisp/shell.el index f09e2c6b56e..a476660cd82 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -31,9 +31,9 @@ ;; - Olin Shivers (shivers@cs.cmu.edu) ;; - Simon Marshall (simon@gnu.org) -;; This file defines a a shell-in-a-buffer package (shell mode) built -;; on top of comint mode. This is actually cmushell with things -;; renamed to replace its counterpart in Emacs 18. cmushell is more +;; This file defines a shell-in-a-buffer package (shell mode) built on +;; top of comint mode. This is actually cmushell with things renamed +;; to replace its counterpart in Emacs 18. cmushell is more ;; featureful, robust, and uniform than the Emacs 18 version. ;; Since this mode is built on top of the general command-interpreter-in- diff --git a/src/xterm.c b/src/xterm.c index 9c86139ecb2..e62f44a3ee7 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -8472,7 +8472,7 @@ x_scroll_bar_to_input_event (event, ievent) /* Scroll bar callback for Motif scroll bars. WIDGET is the scroll bar widget. CLIENT_DATA is a pointer to the scroll_bar structure. - CALL_DATA is a pointer a a XmScrollBarCallbackStruct. */ + CALL_DATA is a pointer to a XmScrollBarCallbackStruct. */ static void xm_scroll_callback (widget, client_data, call_data)