aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2011-07-14 03:09:00 +0200
committerJuanma Barranquero2011-07-14 03:09:00 +0200
commit5eba16a37cacff2065186df8cb6153ccaebae298 (patch)
tree5a90f97c6006f504390314a27c12fa891acfc60f
parentc0a8ae956f71631400fcb52669f4f923ed4151af (diff)
downloademacs-5eba16a37cacff2065186df8cb6153ccaebae298.tar.gz
emacs-5eba16a37cacff2065186df8cb6153ccaebae298.zip
Fix typos.
-rw-r--r--admin/charsets/mule-charsets.el2
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/ChangeLog.62
-rw-r--r--lisp/emacs-lisp/testcover.el2
-rw-r--r--lisp/follow.el46
-rw-r--r--lisp/gnus/ChangeLog.22
-rw-r--r--lisp/jka-cmpr-hook.el2
-rw-r--r--lisp/winner.el2
-rw-r--r--src/ChangeLog.62
-rw-r--r--test/eshell.el2
10 files changed, 37 insertions, 31 deletions
diff --git a/admin/charsets/mule-charsets.el b/admin/charsets/mule-charsets.el
index 59969c3df28..9ac08bef724 100644
--- a/admin/charsets/mule-charsets.el
+++ b/admin/charsets/mule-charsets.el
@@ -1,4 +1,4 @@
1;; mule-charsets.el -- Generate Mule-orignal charset maps. 1;; mule-charsets.el -- Generate Mule-original charset maps.
2;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 2;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
3;; National Institute of Advanced Industrial Science and Technology (AIST) 3;; National Institute of Advanced Industrial Science and Technology (AIST)
4;; Registration Number H13PRO009 4;; Registration Number H13PRO009
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b78a6a4c580..4aa24d499e2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12011-07-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * follow.el (follow-debug-message, follow-redisplay):
4 * jka-cmpr-hook.el (with-auto-compression-mode):
5 Fix typos in docstrings.
6
12011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> 72011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 8
3 * subr.el (with-silent-modifications): Clarify somewhat what the 9 * subr.el (with-silent-modifications): Clarify somewhat what the
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6
index 2f73c290231..7ba9261ccf0 100644
--- a/lisp/ChangeLog.6
+++ b/lisp/ChangeLog.6
@@ -6892,7 +6892,7 @@
6892 (find-file-noselect): Use it if new optional argument `rawfile' is 6892 (find-file-noselect): Use it if new optional argument `rawfile' is
6893 non-nil. 6893 non-nil.
6894 6894
6895 * startup.el (command-line-1): Add option --eval to evalute an 6895 * startup.el (command-line-1): Add option --eval to evaluate an
6896 expression on the command line and print the result. 6896 expression on the command line and print the result.
6897 6897
68981995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu> 68981995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
diff --git a/lisp/emacs-lisp/testcover.el b/lisp/emacs-lisp/testcover.el
index 2f168180cf6..4c83e7e2e0d 100644
--- a/lisp/emacs-lisp/testcover.el
+++ b/lisp/emacs-lisp/testcover.el
@@ -28,7 +28,7 @@
28;; * Use `testcover-mark-all' to add overlay "splotches" to the Lisp file's 28;; * Use `testcover-mark-all' to add overlay "splotches" to the Lisp file's
29;; buffer to show where coverage is lacking. Normally, a red splotch 29;; buffer to show where coverage is lacking. Normally, a red splotch
30;; indicates the form was never evaluated; a brown splotch means it always 30;; indicates the form was never evaluated; a brown splotch means it always
31;; evaluted to the same value. 31;; evaluated to the same value.
32;; * Use `testcover-next-mark' (bind it to a key!) to jump to the next spot 32;; * Use `testcover-next-mark' (bind it to a key!) to jump to the next spot
33;; that has a splotch. 33;; that has a splotch.
34 34
diff --git a/lisp/follow.el b/lisp/follow.el
index 9bf472e547c..94a542f1016 100644
--- a/lisp/follow.el
+++ b/lisp/follow.el
@@ -118,7 +118,7 @@
118;; (setq pixel-vertical-clip-threshold 30) 118;; (setq pixel-vertical-clip-threshold 30)
119 119
120 120
121;; The correct way to cofigurate Follow mode, or any other mode for 121;; The correct way to configurate Follow mode, or any other mode for
122;; that matter, is to create one or more functions that do 122;; that matter, is to create one or more functions that do
123;; whatever you would like to do. These functions are then added to 123;; whatever you would like to do. These functions are then added to
124;; a hook. 124;; a hook.
@@ -189,7 +189,7 @@
189;; positions in the text? Here are two simple methods to use: 189;; positions in the text? Here are two simple methods to use:
190;; 190;;
191;; 1) Use multiple frames; `follow' mode only affects windows displayed 191;; 1) Use multiple frames; `follow' mode only affects windows displayed
192;; in the same frame. (My apoligies to you who can't use frames.) 192;; in the same frame. (My apologies to you who can't use frames.)
193;; 193;;
194;; 2) Bind `follow-mode' to key so you can turn it off whenever 194;; 2) Bind `follow-mode' to key so you can turn it off whenever
195;; you want to view two locations. Of course, `follow' mode can 195;; you want to view two locations. Of course, `follow' mode can
@@ -209,15 +209,15 @@
209;; 209;;
210;; Follow mode does this in three places: 210;; Follow mode does this in three places:
211;; 1) After each user command. 211;; 1) After each user command.
212;; 2) After a process output has been perfomed. 212;; 2) After a process output has been performed.
213;; 3) When a scrollbar has been moved. 213;; 3) When a scrollbar has been moved.
214;; 214;;
215;; This will cover most situations. (Let me know if there are other 215;; This will cover most situations. (Let me know if there are other
216;; situations that should be covered.) 216;; situations that should be covered.)
217;; 217;;
218;; Note that only the selected window is checked, for the reason of 218;; Note that only the selected window is checked, for the reason of
219;; efficiency and code complexity. (I.e. it is possible to make a 219;; efficiency and code complexity. (I.e. it is possible to make a
220;; non-selected windows unaligned. It will, however, pop right back 220;; non-selected window unaligned. It will, however, pop right back
221;; when it is selected.) 221;; when it is selected.)
222 222
223;;}}} 223;;}}}
@@ -244,7 +244,7 @@
244;; (funcall (symbol-function 'set) 'bar ...) 244;; (funcall (symbol-function 'set) 'bar ...)
245;; 245;;
246;; Note: When this file is interpreted, `eval-when-compile' is 246;; Note: When this file is interpreted, `eval-when-compile' is
247;; evaluted. Since it doesn't hurt to evaluate it, but it is a bit 247;; evaluated. Since it doesn't hurt to evaluate it, but it is a bit
248;; annoying, we test if the byte-compiler has been loaded. This can, 248;; annoying, we test if the byte-compiler has been loaded. This can,
249;; of course, lead to some occasional unintended evaluation... 249;; of course, lead to some occasional unintended evaluation...
250;; 250;;
@@ -456,7 +456,7 @@ Used by `follow-window-size-change'.")
456;; the variable is not set. 456;; the variable is not set.
457 457
458(defsubst follow-debug-message (&rest args) 458(defsubst follow-debug-message (&rest args)
459 "Like message, but only active when `follow-debug' is non-nil." 459 "Like `message', but only active when `follow-debug' is non-nil."
460 (if (and (boundp 'follow-debug) follow-debug) 460 (if (and (boundp 'follow-debug) follow-debug)
461 (apply 'message args))) 461 (apply 'message args)))
462 462
@@ -1000,7 +1000,7 @@ Note that this handles the case when the cache has been set to nil."
1000 res)) 1000 res))
1001 1001
1002 1002
1003;; Make sure WIN always starts at the beginning of an whole screen 1003;; Make sure WIN always starts at the beginning of a whole screen
1004;; line. If WIN is not aligned the start is updated which probably 1004;; line. If WIN is not aligned the start is updated which probably
1005;; will lead to a redisplay of the screen later on. 1005;; will lead to a redisplay of the screen later on.
1006;; 1006;;
@@ -1057,8 +1057,8 @@ Return the selected window."
1057 win)) 1057 win))
1058 1058
1059 1059
1060;; Lets select a window showing the end. Make sure we only select it if it 1060;; Lets select a window showing the end. Make sure we only select it if
1061;; it wasn't just moved here. (i.e. M-> shall not unconditionally place 1061;; it wasn't just moved here. (I.e. M-> shall not unconditionally place
1062;; the point in the selected window.) 1062;; the point in the selected window.)
1063;; 1063;;
1064;; (Compatibility cludge: in Emacs `window-end' is equal to `point-max'; 1064;; (Compatibility cludge: in Emacs `window-end' is equal to `point-max';
@@ -1134,7 +1134,7 @@ Otherwise, return nil."
1134 "Reposition the WINDOWS around WIN. 1134 "Reposition the WINDOWS around WIN.
1135Should the point be too close to the roof we redisplay everything 1135Should the point be too close to the roof we redisplay everything
1136from the top. WINDOWS should contain a list of windows to 1136from the top. WINDOWS should contain a list of windows to
1137redisplay, it is assumed that WIN is a member of the list. 1137redisplay; it is assumed that WIN is a member of the list.
1138Should WINDOWS be nil, the windows displaying the 1138Should WINDOWS be nil, the windows displaying the
1139same buffer as WIN, in the current frame, are used. 1139same buffer as WIN, in the current frame, are used.
1140Should WIN be nil, the selected window is used. 1140Should WIN be nil, the selected window is used.
@@ -1231,7 +1231,7 @@ should be a member of WINDOWS, starts at position START."
1231 (setq done t res (point))) 1231 (setq done t res (point)))
1232 ((= win-start start) ; Perfect match, use this value 1232 ((= win-start start) ; Perfect match, use this value
1233 (setq done t res (point))) 1233 (setq done t res (point)))
1234 ((< win-start start) ; Walked to far, use preious result 1234 ((< win-start start) ; Walked to far, use previous result
1235 (setq done t)) 1235 (setq done t))
1236 (t ; Store result for next iteration 1236 (t ; Store result for next iteration
1237 (setq res (point)))))) 1237 (setq res (point))))))
@@ -1241,12 +1241,12 @@ should be a member of WINDOWS, starts at position START."
1241;;{{{ Avoid tail recenter 1241;;{{{ Avoid tail recenter
1242 1242
1243;; This sets the window internal flag `force_start'. The effect is that 1243;; This sets the window internal flag `force_start'. The effect is that
1244;; windows only displaying the tail isn't recentered. 1244;; windows only displaying the tail aren't recentered.
1245;; Has to be called before every redisplay... (Great isn't it?) 1245;; Has to be called before every redisplay... (Great isn't it?)
1246;; 1246;;
1247;; XEmacs doesn't recenter the tail, GOOD! 1247;; XEmacs doesn't recenter the tail, GOOD!
1248;; 1248;;
1249;; A window displaying only the tail, is a windows whose 1249;; A window displaying only the tail, is a window whose
1250;; window-start position is equal to (point-max) of the buffer it 1250;; window-start position is equal to (point-max) of the buffer it
1251;; displays. 1251;; displays.
1252;; 1252;;
@@ -1487,12 +1487,12 @@ non-first windows in Follow mode."
1487;;;; Scroll-bar support code. 1487;;;; Scroll-bar support code.
1488 1488
1489;; Why is it needed? Well, if the selected window is in follow mode, 1489;; Why is it needed? Well, if the selected window is in follow mode,
1490;; all its follower stick to it blindly. If one of them is scrolled, 1490;; all its followers stick to it blindly. If one of them is scrolled,
1491;; it immediately returns to the original position when the mouse is 1491;; it immediately returns to the original position when the mouse is
1492;; released. If the selected window is not a follower of the dragged 1492;; released. If the selected window is not a follower of the dragged
1493;; window the windows will be unaligned. 1493;; window the windows will be unaligned.
1494 1494
1495;; The advices doesn't get compiled. Aestetically, this might be a 1495;; The advices don't get compiled. Aesthetically, this might be a
1496;; problem but in practical life it isn't. 1496;; problem but in practical life it isn't.
1497 1497
1498;; Discussion: Now when the other windows in the chain follow the 1498;; Discussion: Now when the other windows in the chain follow the
@@ -1700,8 +1700,8 @@ magic stuff before the real process filter is called."
1700;;}}} 1700;;}}}
1701;;{{{ Start/stop interception of processes. 1701;;{{{ Start/stop interception of processes.
1702 1702
1703;; Normally, all new processed are intercepted by our `set-process-filter'. 1703;; Normally, all new processes are intercepted by our `set-process-filter'.
1704;; This is needed to intercept old processed that were started before we were 1704;; This is needed to intercept old processes that were started before we were
1705;; loaded, and processes we have forgotten by calling 1705;; loaded, and processes we have forgotten by calling
1706;; `follow-stop-intercept-process-output'. 1706;; `follow-stop-intercept-process-output'.
1707 1707
@@ -1749,7 +1749,7 @@ report this using the `report-emacs-bug' function."
1749 1749
1750;; The following section is a naive method to make buffers with 1750;; The following section is a naive method to make buffers with
1751;; process output to work with Follow mode. Whenever the start of the 1751;; process output to work with Follow mode. Whenever the start of the
1752;; window displaying the buffer is moved, we moves it back to its 1752;; window displaying the buffer is moved, we move it back to its
1753;; original position and try to select a new window. (If we fail, 1753;; original position and try to select a new window. (If we fail,
1754;; the normal redisplay functions of Emacs will scroll it right 1754;; the normal redisplay functions of Emacs will scroll it right
1755;; back!) 1755;; back!)
@@ -1767,7 +1767,7 @@ report this using the `report-emacs-bug' function."
1767 1767
1768 ;; If input is pending, the `sit-for' below won't redraw the 1768 ;; If input is pending, the `sit-for' below won't redraw the
1769 ;; display. In that case, calling `follow-avoid-tail-recenter' may 1769 ;; display. In that case, calling `follow-avoid-tail-recenter' may
1770 ;; provoke the process hadnling code to sceduling a redisplay. 1770 ;; provoke the process handling code to schedule a redisplay.
1771 ;(or (input-pending-p) 1771 ;(or (input-pending-p)
1772 ; (follow-avoid-tail-recenter)) 1772 ; (follow-avoid-tail-recenter))
1773 1773
@@ -1788,7 +1788,7 @@ report this using the `report-emacs-bug' function."
1788 (inhibit-read-only t)) 1788 (inhibit-read-only t))
1789 (save-excursion 1789 (save-excursion
1790 (goto-char (process-mark proc)) 1790 (goto-char (process-mark proc))
1791 ;; `insert-before-markers' just in case the users next 1791 ;; `insert-before-markers' just in case the user's next
1792 ;; command is M-y. 1792 ;; command is M-y.
1793 (insert-before-markers output) 1793 (insert-before-markers output)
1794 (set-marker (process-mark proc) (point))) 1794 (set-marker (process-mark proc) (point)))
@@ -1848,7 +1848,7 @@ report this using the `report-emacs-bug' function."
1848 (t 1848 (t
1849 (follow-debug-message "filter: nothing"))) 1849 (follow-debug-message "filter: nothing")))
1850 1850
1851 ;; Here we have slected a window. Make sure the 1851 ;; Here we have selected a window. Make sure the
1852 ;; windows are aligned and the point is visible 1852 ;; windows are aligned and the point is visible
1853 ;; in the selected window. 1853 ;; in the selected window.
1854 (if (and (not (follow-pos-visible 1854 (if (and (not (follow-pos-visible
@@ -1866,7 +1866,7 @@ report this using the `report-emacs-bug' function."
1866 ;; return to the original window. 1866 ;; return to the original window.
1867 (if return-to-orig-win 1867 (if return-to-orig-win
1868 (select-window orig-win)) 1868 (select-window orig-win))
1869 ;; Restore the orignal buffer, unless the filter explicitly 1869 ;; Restore the original buffer, unless the filter explicitly
1870 ;; changed buffer or killed the old buffer. 1870 ;; changed buffer or killed the old buffer.
1871 (if (and (eq buf (current-buffer)) 1871 (if (and (eq buf (current-buffer))
1872 (buffer-name old-buffer)) 1872 (buffer-name old-buffer))
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index 4882032f284..779c84296f4 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -9243,7 +9243,7 @@
9243 (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer, 9243 (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
9244 nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer, 9244 nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
9245 nnmaildir--group-ls): New macros/functions. Use them. 9245 nnmaildir--group-ls): New macros/functions. Use them.
9246 (nnmaildir--unlink): Evalutate argument only once. 9246 (nnmaildir--unlink): Evaluate argument only once.
9247 9247
92482002-03-27 Jesper Harder <harder@ifa.au.dk> 92482002-03-27 Jesper Harder <harder@ifa.au.dk>
9249 9249
diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el
index fda9804bbb8..e1cf2a661ed 100644
--- a/lisp/jka-cmpr-hook.el
+++ b/lisp/jka-cmpr-hook.el
@@ -340,7 +340,7 @@ Return the new status of auto compression (non-nil means on)."
340 (t (jka-compr-uninstall))))) 340 (t (jka-compr-uninstall)))))
341 341
342(defmacro with-auto-compression-mode (&rest body) 342(defmacro with-auto-compression-mode (&rest body)
343 "Evalute BODY with automatic file compression and uncompression enabled." 343 "Evaluate BODY with automatic file compression and uncompression enabled."
344 (declare (indent 0)) 344 (declare (indent 0))
345 (let ((already-installed (make-symbol "already-installed"))) 345 (let ((already-installed (make-symbol "already-installed")))
346 `(let ((,already-installed (jka-compr-installed-p))) 346 `(let ((,already-installed (jka-compr-installed-p)))
diff --git a/lisp/winner.el b/lisp/winner.el
index e5855ad8aac..70038362c2e 100644
--- a/lisp/winner.el
+++ b/lisp/winner.el
@@ -145,7 +145,7 @@ You may want to include buffer names such as *Help*, *Apropos*,
145 145
146;;; Saved configurations 146;;; Saved configurations
147 147
148;; This variable contains the window cofiguration rings. 148;; This variable contains the window configuration rings.
149;; The key in this alist is the frame. 149;; The key in this alist is the frame.
150(defvar winner-ring-alist nil) 150(defvar winner-ring-alist nil)
151 151
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6
index d7903568102..f9372aa666a 100644
--- a/src/ChangeLog.6
+++ b/src/ChangeLog.6
@@ -4599,7 +4599,7 @@
4599 4599
46001995-08-14 Erik Naggum <erik@naggum.no> 46001995-08-14 Erik Naggum <erik@naggum.no>
4601 4601
4602 * emacs.c (standard_args): Add option --eval to evalute an 4602 * emacs.c (standard_args): Add option --eval to evaluate an
4603 expression on the command line and print the result. 4603 expression on the command line and print the result.
4604 4604
46051995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu> 46051995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
diff --git a/test/eshell.el b/test/eshell.el
index 3b392e84c24..8a9e62a759a 100644
--- a/test/eshell.el
+++ b/test/eshell.el
@@ -396,7 +396,7 @@
396 (eshell-command-result-p "+ ${+ 1 2} 3" "6\n")) 396 (eshell-command-result-p "+ ${+ 1 2} 3" "6\n"))
397 397
398(eshell-deftest var interp-lisp 398(eshell-deftest var interp-lisp
399 "Interpolate Lisp form evalution" 399 "Interpolate Lisp form evaluation"
400 (eshell-command-result-p "+ $(+ 1 2) 3" "6\n")) 400 (eshell-command-result-p "+ $(+ 1 2) 3" "6\n"))
401 401
402(eshell-deftest var interp-concat 402(eshell-deftest var interp-concat