aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-01-13 10:09:20 +0000
committerPavel Janík2002-01-13 10:09:20 +0000
commit110c171f4d1ff9876c7e74d2e73aeed5b6460b8b (patch)
treee690a4b3f8baa5f34215d749120febd9d6947e1f
parent86886bce27fa394fb311e1f47bb4f799e001cf8b (diff)
downloademacs-110c171f4d1ff9876c7e74d2e73aeed5b6460b8b.tar.gz
emacs-110c171f4d1ff9876c7e74d2e73aeed5b6460b8b.zip
Fix typo.
-rw-r--r--lisp/calendar/solar.el2
-rw-r--r--lisp/comint.el2
-rw-r--r--lisp/ediff.el2
-rw-r--r--lisp/emacs-lisp/checkdoc.el2
-rw-r--r--lisp/gud.el2
-rw-r--r--lisp/mail/feedmail.el2
-rw-r--r--lisp/man.el2
-rw-r--r--lisp/net/ange-ftp.el2
-rw-r--r--lisp/net/rcompile.el2
-rw-r--r--lisp/newcomment.el4
-rw-r--r--lisp/progmodes/cc-vars.el2
-rw-r--r--lisp/progmodes/cperl-mode.el2
-rw-r--r--lisp/progmodes/ebrowse.el2
-rw-r--r--lisp/ruler-mode.el2
-rw-r--r--lisp/term.el2
-rw-r--r--lisp/term/sun-mouse.el2
-rw-r--r--lisp/textmodes/artist.el2
-rw-r--r--lisp/tooltip.el2
18 files changed, 19 insertions, 19 deletions
diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el
index 04998100a24..6a62d79ab82 100644
--- a/lisp/calendar/solar.el
+++ b/lisp/calendar/solar.el
@@ -418,7 +418,7 @@ local date. The second component of date should be an integer."
418Corresponding value is nil if there is no sunrise/sunset." 418Corresponding value is nil if there is no sunrise/sunset."
419 (let* (; first, get the exact moment of local noon. 419 (let* (; first, get the exact moment of local noon.
420 (exact-local-noon (solar-exact-local-noon date)) 420 (exact-local-noon (solar-exact-local-noon date))
421 ; get the the time from the 2000 epoch. 421 ; get the time from the 2000 epoch.
422 (t0 (solar-julian-ut-centuries (car exact-local-noon))) 422 (t0 (solar-julian-ut-centuries (car exact-local-noon)))
423 ; store the sidereal time at Greenwich at midnight of UT time. 423 ; store the sidereal time at Greenwich at midnight of UT time.
424 ; find if summer or winter slightly above the equator 424 ; find if summer or winter slightly above the equator
diff --git a/lisp/comint.el b/lisp/comint.el
index 19046a3b769..472b6400eb1 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -2326,7 +2326,7 @@ This command is like `M-.' in bash."
2326;; your cursor over a string that's a filename and have it taken as default. 2326;; your cursor over a string that's a filename and have it taken as default.
2327;; 2327;;
2328;; If the command is given in a file buffer whose major mode is in 2328;; If the command is given in a file buffer whose major mode is in
2329;; SOURCE-MODES, then the the filename is the default file, and the 2329;; SOURCE-MODES, then the filename is the default file, and the
2330;; file's directory is the default directory. 2330;; file's directory is the default directory.
2331;; 2331;;
2332;; If the buffer isn't a source file buffer (e.g., it's the process buffer), 2332;; If the buffer isn't a source file buffer (e.g., it's the process buffer),
diff --git a/lisp/ediff.el b/lisp/ediff.el
index 24698441c08..d07075bbac8 100644
--- a/lisp/ediff.el
+++ b/lisp/ediff.el
@@ -1243,7 +1243,7 @@ buffer."
1243 ;; buffer 1243 ;; buffer
1244 merge-buffer-file) 1244 merge-buffer-file)
1245 "Run Ediff by merging two revisions of a file with a common ancestor. 1245 "Run Ediff by merging two revisions of a file with a common ancestor.
1246The file is the the optional FILE argument or the file visited by the current 1246The file is the optional FILE argument or the file visited by the current
1247buffer." 1247buffer."
1248 (interactive) 1248 (interactive)
1249 (if (stringp file) (find-file file)) 1249 (if (stringp file) (find-file file))
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index 2639a93dea8..f6100122730 100644
--- a/lisp/emacs-lisp/checkdoc.el
+++ b/lisp/emacs-lisp/checkdoc.el
@@ -560,7 +560,7 @@ checkdoc status window instead of the usual behavior."
560Searching starts at START-HERE. SHOWSTATUS expresses the verbosity 560Searching starts at START-HERE. SHOWSTATUS expresses the verbosity
561of the search, and wether ending the search will auto-exit this function. 561of the search, and wether ending the search will auto-exit this function.
562FINDFUNC is a symbol representing a function that will position the 562FINDFUNC is a symbol representing a function that will position the
563cursor, and return error message text to present the the user. It is 563cursor, and return error message text to present to the user. It is
564assumed that the cursor will stop just before a major sexp, which will 564assumed that the cursor will stop just before a major sexp, which will
565be highlighted to present the user with feedback as to the offending 565be highlighted to present the user with feedback as to the offending
566style." 566style."
diff --git a/lisp/gud.el b/lisp/gud.el
index 8e565d77776..98e918f098f 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -239,7 +239,7 @@ t means that there is no stack, and we are in display-file mode.")
239(defvar gud-speedbar-menu-items 239(defvar gud-speedbar-menu-items
240 ;; Note to self. Add expand, and turn off items when not available. 240 ;; Note to self. Add expand, and turn off items when not available.
241 '(["Jump to stack frame" speedbar-edit-line t]) 241 '(["Jump to stack frame" speedbar-edit-line t])
242 "Additional menu items to add the the speedbar frame.") 242 "Additional menu items to add to the speedbar frame.")
243 243
244;; Make sure our special speedbar mode is loaded 244;; Make sure our special speedbar mode is loaded
245(if (featurep 'speedbar) 245(if (featurep 'speedbar)
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el
index a7f4a15c982..f351ab831ba 100644
--- a/lisp/mail/feedmail.el
+++ b/lisp/mail/feedmail.el
@@ -1278,7 +1278,7 @@ function, for example, to archive all of your sent messages someplace
1278 1278
1279 1279
1280(defvar feedmail-is-a-resend nil 1280(defvar feedmail-is-a-resend nil
1281 "*Non-nil means the the message is a Resend (in the RFC-822 sense). 1281 "*Non-nil means the message is a Resend (in the RFC-822 sense).
1282This affects the composition of certain headers. feedmail sets this 1282This affects the composition of certain headers. feedmail sets this
1283variable as soon as it starts prepping the message text buffer, so any 1283variable as soon as it starts prepping the message text buffer, so any
1284user-supplied functions can rely on it. Users shouldn't set or change this 1284user-supplied functions can rely on it. Users shouldn't set or change this
diff --git a/lisp/man.el b/lisp/man.el
index b428e4693b3..ba7ad02ba25 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -1050,7 +1050,7 @@ Returns t if section is found, nil otherwise."
1050 (Man-find-section (aheadsym Man-sections-alist))) 1050 (Man-find-section (aheadsym Man-sections-alist)))
1051 1051
1052(defun Man-goto-see-also-section () 1052(defun Man-goto-see-also-section ()
1053 "Move point the the \"SEE ALSO\" section. 1053 "Move point to the \"SEE ALSO\" section.
1054Actually the section moved to is described by `Man-see-also-regexp'." 1054Actually the section moved to is described by `Man-see-also-regexp'."
1055 (interactive) 1055 (interactive)
1056 (if (not (Man-find-section Man-see-also-regexp)) 1056 (if (not (Man-find-section Man-see-also-regexp))
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el
index e97c14fe15a..4530bb386e0 100644
--- a/lisp/net/ange-ftp.el
+++ b/lisp/net/ange-ftp.el
@@ -2326,7 +2326,7 @@ and NOWAIT."
2326 "^[A-Z0-9._][A-Z0-9._][A-Z0-9._][A-Z0-9._]:$") 2326 "^[A-Z0-9._][A-Z0-9._][A-Z0-9._][A-Z0-9._]:$")
2327 2327
2328(defun ange-ftp-guess-host-type (host user) 2328(defun ange-ftp-guess-host-type (host user)
2329 "Guess at the the host type of HOST. 2329 "Guess the host type of HOST.
2330Works by doing a pwd and examining the directory syntax." 2330Works by doing a pwd and examining the directory syntax."
2331 (let ((host-type (ange-ftp-host-type host)) 2331 (let ((host-type (ange-ftp-host-type host))
2332 (key (concat host "/" user "/~"))) 2332 (key (concat host "/" user "/~")))
diff --git a/lisp/net/rcompile.el b/lisp/net/rcompile.el
index e635c2f1612..b9ee7658d52 100644
--- a/lisp/net/rcompile.el
+++ b/lisp/net/rcompile.el
@@ -116,7 +116,7 @@ nil means run no commands."
116 116
117;;;###autoload 117;;;###autoload
118(defun remote-compile (host user command) 118(defun remote-compile (host user command)
119 "Compile the the current buffer's directory on HOST. Log in as USER. 119 "Compile the current buffer's directory on HOST. Log in as USER.
120See \\[compile]." 120See \\[compile]."
121 (interactive 121 (interactive
122 (let ((parsed (or (and (featurep 'ange-ftp) 122 (let ((parsed (or (and (featurep 'ange-ftp)
diff --git a/lisp/newcomment.el b/lisp/newcomment.el
index c5d68494159..91ad7e64f35 100644
--- a/lisp/newcomment.el
+++ b/lisp/newcomment.el
@@ -5,7 +5,7 @@
5;; Author: code extracted from Emacs-20's simple.el 5;; Author: code extracted from Emacs-20's simple.el
6;; Maintainer: Stefan Monnier <monnier@cs.yale.edu> 6;; Maintainer: Stefan Monnier <monnier@cs.yale.edu>
7;; Keywords: comment uncomment 7;; Keywords: comment uncomment
8;; Revision: $Id: newcomment.el,v 1.42 2001/12/02 04:19:32 monnier Exp $ 8;; Revision: $Id: newcomment.el,v 1.43 2001/12/14 21:53:29 monnier Exp $
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11 11
@@ -677,7 +677,7 @@ comment markers."
677 (forward-line 1) 677 (forward-line 1)
678 (re-search-forward sre (line-end-position) t)) 678 (re-search-forward sre (line-end-position) t))
679 (replace-match "" t t nil (if (match-end 2) 2 1))))) 679 (replace-match "" t t nil (if (match-end 2) 2 1)))))
680 ;; Go the the end for the next comment. 680 ;; Go to the end for the next comment.
681 (goto-char (point-max))))) 681 (goto-char (point-max)))))
682 (set-marker end nil)))) 682 (set-marker end nil))))
683 683
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el
index 11f9196a411..11f6fe38640 100644
--- a/lisp/progmodes/cc-vars.el
+++ b/lisp/progmodes/cc-vars.el
@@ -672,7 +672,7 @@ can always override the use of `c-default-style' by making calls to
672 ;; decl start if the first inherit clause hangs and it's not a 672 ;; decl start if the first inherit clause hangs and it's not a
673 ;; func-local inherit clause (when does that occur?). 673 ;; func-local inherit clause (when does that occur?).
674 (block-open . 0) 674 (block-open . 0)
675 ;; Relpos: Inexpr statement: Boi at the the preceding 675 ;; Relpos: Inexpr statement: Boi at the preceding
676 ;; paren. Otherwise: None. 676 ;; paren. Otherwise: None.
677 (block-close . 0) 677 (block-close . 0)
678 ;; Relpos: At the open brace if it's at boi. Otherwise boi at 678 ;; Relpos: At the open brace if it's at boi. Otherwise boi at
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
index 156d2f7f18e..8828c6bb1d3 100644
--- a/lisp/progmodes/cperl-mode.el
+++ b/lisp/progmodes/cperl-mode.el
@@ -2683,7 +2683,7 @@ and closing parentheses and brackets.."
2683 (if (eq (preceding-char) ?\)) 2683 (if (eq (preceding-char) ?\))
2684 (forward-sexp -1)) 2684 (forward-sexp -1))
2685 ;; In the case it starts a subroutine, indent with 2685 ;; In the case it starts a subroutine, indent with
2686 ;; respect to `sub', not with respect to the the 2686 ;; respect to `sub', not with respect to the
2687 ;; first thing on the line, say in the case of 2687 ;; first thing on the line, say in the case of
2688 ;; anonymous sub in a hash. 2688 ;; anonymous sub in a hash.
2689 ;; 2689 ;;
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el
index 0e1b862e270..b5799b368b4 100644
--- a/lisp/progmodes/ebrowse.el
+++ b/lisp/progmodes/ebrowse.el
@@ -3323,7 +3323,7 @@ from point as default. Value is a list (CLASS-NAME MEMBER-NAME)."
3323 (completing-read prompt alist nil nil member-name))) 3323 (completing-read prompt alist nil nil member-name)))
3324 (completion-result (try-completion name alist))) 3324 (completion-result (try-completion name alist)))
3325 ;; Cannot rely on `try-completion' returning t for exact 3325 ;; Cannot rely on `try-completion' returning t for exact
3326 ;; matches! It returns the the name as a string. 3326 ;; matches! It returns the name as a string.
3327 (unless (setq member-info (gethash name members)) 3327 (unless (setq member-info (gethash name members))
3328 (if (y-or-n-p "No exact match found. Try substrings? ") 3328 (if (y-or-n-p "No exact match found. Try substrings? ")
3329 (setq name 3329 (setq name
diff --git a/lisp/ruler-mode.el b/lisp/ruler-mode.el
index 21c7b691190..a628aa9933c 100644
--- a/lisp/ruler-mode.el
+++ b/lisp/ruler-mode.el
@@ -410,7 +410,7 @@ START-EVENT is the mouse click event."
410 (remove-hook 'post-command-hook ; remove local hook 410 (remove-hook 'post-command-hook ; remove local hook
411 #'force-mode-line-update t))) 411 #'force-mode-line-update t)))
412 412
413;; Add ruler-mode to the the minor mode menu in the mode line 413;; Add ruler-mode to the minor mode menu in the mode line
414(define-key mode-line-mode-menu [ruler-mode] 414(define-key mode-line-mode-menu [ruler-mode]
415 `(menu-item "Ruler" ruler-mode 415 `(menu-item "Ruler" ruler-mode
416 :button (:toggle . ruler-mode))) 416 :button (:toggle . ruler-mode)))
diff --git a/lisp/term.el b/lisp/term.el
index 51faa6ff9ab..43350c4dd91 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -2375,7 +2375,7 @@ See `term-prompt-regexp'."
2375;;; your cursor over a string that's a filename and have it taken as default. 2375;;; your cursor over a string that's a filename and have it taken as default.
2376;;; 2376;;;
2377;;; If the command is given in a file buffer whose major mode is in 2377;;; If the command is given in a file buffer whose major mode is in
2378;;; SOURCE-MODES, then the the filename is the default file, and the 2378;;; SOURCE-MODES, then the filename is the default file, and the
2379;;; file's directory is the default directory. 2379;;; file's directory is the default directory.
2380;;; 2380;;;
2381;;; If the buffer isn't a source file buffer (e.g., it's the process buffer), 2381;;; If the buffer isn't a source file buffer (e.g., it's the process buffer),
diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el
index c77bba42d28..6e5113093f5 100644
--- a/lisp/term/sun-mouse.el
+++ b/lisp/term/sun-mouse.el
@@ -594,7 +594,7 @@ and the resulting value is returned. Generally these FORMs are
594evaluated for their side-effects rather than their values. 594evaluated for their side-effects rather than their values.
595 If the selected form is a menu or a symbol whose value is a menu, 595 If the selected form is a menu or a symbol whose value is a menu,
596then it is displayed and evaluated as a pullright menu item. 596then it is displayed and evaluated as a pullright menu item.
597 If the the FORM of the first ITEM is nil, the STRING of the item 597 If the FORM of the first ITEM is nil, the STRING of the item
598is used as a label for the menu, i.e. it's inverted and not selectable." 598is used as a label for the menu, i.e. it's inverted and not selectable."
599 599
600 (if (symbolp menu) (setq menu (symbol-value menu))) 600 (if (symbolp menu) (setq menu (symbol-value menu)))
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el
index 73fc15b6fbf..12f0e253b5a 100644
--- a/lisp/textmodes/artist.el
+++ b/lisp/textmodes/artist.el
@@ -823,7 +823,7 @@ The layout of the INFO-PART for `graphics-operation' is
823 823
824 (TITLE (UNSHIFTED SHIFTED)) 824 (TITLE (UNSHIFTED SHIFTED))
825 825
826TITLE is the the title that appears in the popup menu. UNSHIFTED 826TITLE is the title that appears in the popup menu. UNSHIFTED
827and SHIFTED specify for unshifted and shifted operation. Both 827and SHIFTED specify for unshifted and shifted operation. Both
828have the form 828have the form
829 829
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index 517de9b59bd..f938bbb91f6 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -538,7 +538,7 @@ MSG is either a help string to display, or nil to cancel the display."
538(defun tooltip-help-tips (event) 538(defun tooltip-help-tips (event)
539 "Hook function to display a help tooltip. 539 "Hook function to display a help tooltip.
540This is installed on the hook `tooltip-hook', which is run when 540This is installed on the hook `tooltip-hook', which is run when
541the the timer with ID `tooltip-timeout-id' fires. 541the timer with ID `tooltip-timeout-id' fires.
542Value is non-nil if this function handled the tip." 542Value is non-nil if this function handled the tip."
543 (when (stringp tooltip-help-message) 543 (when (stringp tooltip-help-message)
544 (tooltip-show tooltip-help-message) 544 (tooltip-show tooltip-help-message)