aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert2011-12-05 00:55:25 -0800
committerPaul Eggert2011-12-05 00:55:25 -0800
commitfa46310344375ef5c114cbb94d4acea39ac29239 (patch)
tree4d74de9694db1c199cd9301a27c48b4d4137cf0c /lisp
parentc3c9e25e5d2c222d9f79a503c714b48c06078c08 (diff)
downloademacs-fa46310344375ef5c114cbb94d4acea39ac29239.tar.gz
emacs-fa46310344375ef5c114cbb94d4acea39ac29239.zip
Spelling fixes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/ChangeLog.132
-rw-r--r--lisp/ChangeLog.22
-rw-r--r--lisp/align.el2
-rw-r--r--lisp/allout-widgets.el2
-rw-r--r--lisp/allout.el2
-rw-r--r--lisp/ansi-color.el2
-rw-r--r--lisp/calendar/solar.el2
-rw-r--r--lisp/cedet/semantic/db-find.el12
-rw-r--r--lisp/cedet/semantic/debug.el2
-rw-r--r--lisp/cedet/srecode/args.el3
-rw-r--r--lisp/cedet/srecode/insert.el2
-rw-r--r--lisp/dired.el2
-rw-r--r--lisp/emulation/cua-rect.el4
-rw-r--r--lisp/emulation/viper-cmd.el6
-rw-r--r--lisp/eshell/em-rebind.el2
-rw-r--r--lisp/gnus/ChangeLog.22
-rw-r--r--lisp/gs.el4
-rw-r--r--lisp/hilit-chg.el2
-rw-r--r--lisp/htmlfontify.el2
-rw-r--r--lisp/international/ccl.el2
-rw-r--r--lisp/language/ethio-util.el2
-rw-r--r--lisp/language/lao-util.el2
-rw-r--r--lisp/net/netrc.el2
-rw-r--r--lisp/net/network-stream.el2
-rw-r--r--lisp/net/tramp-gvfs.el2
-rw-r--r--lisp/net/tramp.el4
-rw-r--r--lisp/net/xesam.el4
-rw-r--r--lisp/progmodes/cc-defs.el2
-rw-r--r--lisp/progmodes/cc-engine.el4
-rw-r--r--lisp/progmodes/vhdl-mode.el2
-rw-r--r--lisp/ps-mule.el6
-rw-r--r--lisp/reveal.el4
-rw-r--r--lisp/term/rxvt.el2
-rw-r--r--lisp/term/xterm.el2
-rw-r--r--lisp/textmodes/picture.el2
-rw-r--r--lisp/view.el2
37 files changed, 52 insertions, 53 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 413a2947a58..ef91deddc1d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5370,7 +5370,7 @@
5370 5370
5371 * net/network-stream.el (network-stream-open-starttls): Support 5371 * net/network-stream.el (network-stream-open-starttls): Support
5372 upgrading to STARTTLS always, even if we don't have built-in support. 5372 upgrading to STARTTLS always, even if we don't have built-in support.
5373 (open-network-stream): Add the :always-query-capabilies keyword. 5373 (open-network-stream): Add the :always-query-capabilities keyword.
5374 5374
5375 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS 5375 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
5376 upgrades with `open-network-stream', and rely solely on 5376 upgrades with `open-network-stream', and rely solely on
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13
index 0e6a27e0776..0b96f4a36eb 100644
--- a/lisp/ChangeLog.13
+++ b/lisp/ChangeLog.13
@@ -10869,7 +10869,7 @@
10869 10869
108702007-09-23 Glenn Morris <rgm@gnu.org> 108702007-09-23 Glenn Morris <rgm@gnu.org>
10871 10871
10872 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae. 10872 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulas.
10873 10873
108742007-09-23 Dan Nicolaescu <dann@ics.uci.edu> 108742007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
10875 10875
diff --git a/lisp/ChangeLog.2 b/lisp/ChangeLog.2
index 65005a4ba47..957c9c7deff 100644
--- a/lisp/ChangeLog.2
+++ b/lisp/ChangeLog.2
@@ -60,7 +60,7 @@
60 60
611988-08-03 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu) 611988-08-03 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
62 62
63 * texinfo.el: Changed fill-colum from 75 to 72. The larger 63 * texinfo.el: Changed fill-column from 75 to 72. The larger
64 fill-column causes numerous overfull hboxes in TeX when you are 64 fill-column causes numerous overfull hboxes in TeX when you are
65 writing Emacs Lisp code that will be formatted as a Texinfo example. 65 writing Emacs Lisp code that will be formatted as a Texinfo example.
66 66
diff --git a/lisp/align.el b/lisp/align.el
index a386b7a82ba..214c3add93f 100644
--- a/lisp/align.el
+++ b/lisp/align.el
@@ -109,7 +109,7 @@
109;; simple algorithm that understand only basic regular expressions. 109;; simple algorithm that understand only basic regular expressions.
110;; Parts of the code were broken up and included in vhdl-mode.el 110;; Parts of the code were broken up and included in vhdl-mode.el
111;; around this time. After several comments from users, and a need to 111;; around this time. After several comments from users, and a need to
112;; find a more robust, performant algorithm, 2.0 was born in late 112;; find a more robust, higher performing algorithm, 2.0 was born in late
113;; 1998. Many different approaches were taken (mostly due to the 113;; 1998. Many different approaches were taken (mostly due to the
114;; complexity of TeX tables), but finally a scheme was discovered 114;; complexity of TeX tables), but finally a scheme was discovered
115;; which worked fairly well for most common usage cases. Development 115;; which worked fairly well for most common usage cases. Development
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el
index dfd9adad2a7..715879534b0 100644
--- a/lisp/allout-widgets.el
+++ b/lisp/allout-widgets.el
@@ -108,7 +108,7 @@ inhibition of allout-widgets-mode."
108;;;_ > allout-widgets-setup (varname value) 108;;;_ > allout-widgets-setup (varname value)
109;;;###autoload 109;;;###autoload
110(defun allout-widgets-setup (varname value) 110(defun allout-widgets-setup (varname value)
111 "Commission or decommision allout-widgets-mode along with allout-mode. 111 "Commission or decommission allout-widgets-mode along with allout-mode.
112 112
113Meant to be used by customization of `allout-widgets-auto-activation'." 113Meant to be used by customization of `allout-widgets-auto-activation'."
114 (set-default varname value) 114 (set-default varname value)
diff --git a/lisp/allout.el b/lisp/allout.el
index 68330aa538b..9289e38b418 100644
--- a/lisp/allout.el
+++ b/lisp/allout.el
@@ -1872,7 +1872,7 @@ at the beginning of the current entry.
1872 1872
1873 Extending Allout 1873 Extending Allout
1874 1874
1875Allout exposure and authoring activites all have associated 1875Allout exposure and authoring activities all have associated
1876hooks, by which independent code can cooperate with allout 1876hooks, by which independent code can cooperate with allout
1877without changes to the allout core. Here are key ones: 1877without changes to the allout core. Here are key ones:
1878 1878
diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el
index 4d6f02a40b7..08b569de333 100644
--- a/lisp/ansi-color.el
+++ b/lisp/ansi-color.el
@@ -413,7 +413,7 @@ start of the region and set the face with which to start. Set
413 (setq ansi-color-context-region nil)))))) 413 (setq ansi-color-context-region nil))))))
414 414
415;; This function helps you look for overlapping overlays. This is 415;; This function helps you look for overlapping overlays. This is
416;; usefull in comint-buffers. Overlapping overlays should not happen! 416;; useful in comint-buffers. Overlapping overlays should not happen!
417;; A possible cause for bugs are the markers. If you create an overlay 417;; A possible cause for bugs are the markers. If you create an overlay
418;; up to the end of the region, then that end might coincide with the 418;; up to the end of the region, then that end might coincide with the
419;; process-mark. As text is added BEFORE the process-mark, the overlay 419;; process-mark. As text is added BEFORE the process-mark, the overlay
diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el
index 84a1544d709..b841ed4ab73 100644
--- a/lisp/calendar/solar.el
+++ b/lisp/calendar/solar.el
@@ -962,7 +962,7 @@ Accurate to within a minute between 1951 and 2050."
962(defun solar-mean-equinoxes/solstices (k year) 962(defun solar-mean-equinoxes/solstices (k year)
963 "Julian day of mean equinox/solstice K for YEAR. 963 "Julian day of mean equinox/solstice K for YEAR.
964K=0, spring equinox; K=1, summer solstice; K=2, fall equinox; K=3, winter 964K=0, spring equinox; K=1, summer solstice; K=2, fall equinox; K=3, winter
965solstice. These formulae are only to be used between 1000 BC and 3000 AD." 965solstice. These formulas are only to be used between 1000 BC and 3000 AD."
966 (let ((y (/ year 1000.0)) 966 (let ((y (/ year 1000.0))
967 (z (/ (- year 2000) 1000.0))) 967 (z (/ (- year 2000) 1000.0)))
968 (if (< year 1000) ; actually between -1000 and 1000 968 (if (< year 1000) ; actually between -1000 and 1000
diff --git a/lisp/cedet/semantic/db-find.el b/lisp/cedet/semantic/db-find.el
index 4d5d8f35f51..58fca963a58 100644
--- a/lisp/cedet/semantic/db-find.el
+++ b/lisp/cedet/semantic/db-find.el
@@ -210,7 +210,7 @@ This class will cache data derived during various searches.")
210 "Synchronize the search index IDX with some NEW-TAGS." 210 "Synchronize the search index IDX with some NEW-TAGS."
211 ;; Reset our parts. 211 ;; Reset our parts.
212 (semantic-reset idx) 212 (semantic-reset idx)
213 ;; Notify dependants by clearning their indicies. 213 ;; Notify dependants by clearing their indices.
214 (semanticdb-notify-references 214 (semanticdb-notify-references
215 (oref idx table) 215 (oref idx table)
216 (lambda (tab me) 216 (lambda (tab me)
@@ -224,7 +224,7 @@ This class will cache data derived during various searches.")
224 (if (semantic-find-tags-by-class 'include new-tags) 224 (if (semantic-find-tags-by-class 'include new-tags)
225 (progn 225 (progn
226 (semantic-reset idx) 226 (semantic-reset idx)
227 ;; Notify dependants by clearning their indicies. 227 ;; Notify dependants by clearing their indices.
228 (semanticdb-notify-references 228 (semanticdb-notify-references
229 (oref idx table) 229 (oref idx table)
230 (lambda (tab me) 230 (lambda (tab me)
@@ -234,7 +234,7 @@ This class will cache data derived during various searches.")
234 (when (oref idx type-cache) 234 (when (oref idx type-cache)
235 (when (semanticdb-partial-synchronize (oref idx type-cache) new-tags) 235 (when (semanticdb-partial-synchronize (oref idx type-cache) new-tags)
236 ;; If the synchronize returns true, we need to notify. 236 ;; If the synchronize returns true, we need to notify.
237 ;; Notify dependants by clearning their indicies. 237 ;; Notify dependants by clearing their indices.
238 (semanticdb-notify-references 238 (semanticdb-notify-references
239 (oref idx table) 239 (oref idx table)
240 (lambda (tab me) 240 (lambda (tab me)
@@ -405,10 +405,10 @@ Default action as described in `semanticdb-find-translate-path'."
405 ;; do a caching lookup. 405 ;; do a caching lookup.
406 (let ((index (semanticdb-get-table-index table))) 406 (let ((index (semanticdb-get-table-index table)))
407 (if (semanticdb-find-need-cache-update-p table) 407 (if (semanticdb-find-need-cache-update-p table)
408 ;; Lets go look up our indicies 408 ;; Let's go look up our indices.
409 (let ((ans (semanticdb-find-translate-path-includes--internal path))) 409 (let ((ans (semanticdb-find-translate-path-includes--internal path)))
410 (oset index include-path ans) 410 (oset index include-path ans)
411 ;; Once we have our new indicies set up, notify those 411 ;; Once we have our new indices set up, notify those
412 ;; who depend on us if we found something for them to 412 ;; who depend on us if we found something for them to
413 ;; depend on. 413 ;; depend on.
414 (when ans (semanticdb-refresh-references table)) 414 (when ans (semanticdb-refresh-references table))
@@ -575,7 +575,7 @@ a new path from the provided PATH."
575 (setq ans (semanticdb-file-table 575 (setq ans (semanticdb-file-table
576 (car systemdb) 576 (car systemdb)
577 ;; I would expect most omniscient to return the same 577 ;; I would expect most omniscient to return the same
578 ;; thing reguardless of filename, but we may have 578o ;; thing regardless of filename, but we may have
579 ;; one that can return a table of all things the 579 ;; one that can return a table of all things the
580 ;; current file needs. 580 ;; current file needs.
581 (buffer-file-name (current-buffer)))) 581 (buffer-file-name (current-buffer))))
diff --git a/lisp/cedet/semantic/debug.el b/lisp/cedet/semantic/debug.el
index 45b807df12b..6db47f8b0be 100644
--- a/lisp/cedet/semantic/debug.el
+++ b/lisp/cedet/semantic/debug.el
@@ -175,7 +175,7 @@ TOKEN is a lexical token."
175 "For IFACE, highlight NONTERM in the parser buffer. 175 "For IFACE, highlight NONTERM in the parser buffer.
176NONTERM is the name of the rule currently being processed that shows up 176NONTERM is the name of the rule currently being processed that shows up
177as a nonterminal (or tag) in the source buffer. 177as a nonterminal (or tag) in the source buffer.
178If RULE and MATCH indicies are specified, highlight those also." 178If RULE and MATCH indices are specified, highlight those also."
179 (set-buffer (oref iface :parser-buffer)) 179 (set-buffer (oref iface :parser-buffer))
180 180
181 (let* ((rules (semantic-find-tags-by-class 'nonterminal (current-buffer))) 181 (let* ((rules (semantic-find-tags-by-class 'nonterminal (current-buffer)))
diff --git a/lisp/cedet/srecode/args.el b/lisp/cedet/srecode/args.el
index d8e02f978b2..73445fbf13d 100644
--- a/lisp/cedet/srecode/args.el
+++ b/lisp/cedet/srecode/args.el
@@ -32,7 +32,7 @@
32;;; :blank 32;;; :blank
33;; 33;;
34;; Using :blank means that the template should force blank lines 34;; Using :blank means that the template should force blank lines
35;; before and after the template, reguardless of where the insertion 35;; before and after the template, regardless of where the insertion
36;; is occurring. 36;; is occurring.
37(defun srecode-semantic-handle-:blank (dict) 37(defun srecode-semantic-handle-:blank (dict)
38 "Add macros into the dictionary DICT specifying blank line spacing. 38 "Add macros into the dictionary DICT specifying blank line spacing.
@@ -185,4 +185,3 @@ do not contain any text from preceding or following text."
185(provide 'srecode/args) 185(provide 'srecode/args)
186 186
187;;; srecode/args.el ends here 187;;; srecode/args.el ends here
188
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el
index 60f277b2c9f..bbf8b881c4d 100644
--- a/lisp/cedet/srecode/insert.el
+++ b/lisp/cedet/srecode/insert.el
@@ -312,7 +312,7 @@ occur in your template.")
312 (setq doit nil))) 312 (setq doit nil)))
313 (goto-char pm) 313 (goto-char pm)
314 ) 314 )
315 ;; Do indentation reguardless of the newline. 315 ;; Do indentation regardless of the newline.
316 (when (and (eq i t) inbuff) 316 (when (and (eq i t) inbuff)
317 (indent-according-to-mode) 317 (indent-according-to-mode)
318 (goto-char pm)) 318 (goto-char pm))
diff --git a/lisp/dired.el b/lisp/dired.el
index 4970b14e7b4..52bd67751d4 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -2678,7 +2678,7 @@ Anything else means ask for each directory."
2678(defvar dired-re-no-dot "^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*") 2678(defvar dired-re-no-dot "^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*")
2679 2679
2680;; Delete file, possibly delete a directory and all its files. 2680;; Delete file, possibly delete a directory and all its files.
2681;; This function is usefull outside of dired. One could change it's name 2681;; This function is useful outside of dired. One could change it's name
2682;; to e.g. recursive-delete-file and put it somewhere else. 2682;; to e.g. recursive-delete-file and put it somewhere else.
2683(defun dired-delete-file (file &optional recursive trash) "\ 2683(defun dired-delete-file (file &optional recursive trash) "\
2684Delete FILE or directory (possibly recursively if optional RECURSIVE is true.) 2684Delete FILE or directory (possibly recursively if optional RECURSIVE is true.)
diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el
index 76cab39f5b2..00aec2d0bf9 100644
--- a/lisp/emulation/cua-rect.el
+++ b/lisp/emulation/cua-rect.el
@@ -1258,7 +1258,7 @@ The numbers are formatted according to the FORMAT string."
1258 (untabify (point-min) (point-max))) 1258 (untabify (point-min) (point-max)))
1259 1259
1260(defun cua-text-fill-rectangle (width text) 1260(defun cua-text-fill-rectangle (width text)
1261 "Replace rectagle with filled TEXT read from minibuffer. 1261 "Replace rectangle with filled TEXT read from minibuffer.
1262A numeric prefix argument is used a new width for the filled rectangle." 1262A numeric prefix argument is used a new width for the filled rectangle."
1263 (interactive (list 1263 (interactive (list
1264 (prefix-numeric-value current-prefix-arg) 1264 (prefix-numeric-value current-prefix-arg)
@@ -1269,7 +1269,7 @@ A numeric prefix argument is used a new width for the filled rectangle."
1269 (lambda () (insert text)))) 1269 (lambda () (insert text))))
1270 1270
1271(defun cua-refill-rectangle (width) 1271(defun cua-refill-rectangle (width)
1272 "Fill contents of current rectagle. 1272 "Fill contents of current rectangle.
1273A numeric prefix argument is used as new width for the filled rectangle." 1273A numeric prefix argument is used as new width for the filled rectangle."
1274 (interactive "P") 1274 (interactive "P")
1275 (cua--rectangle-aux-replace 1275 (cua--rectangle-aux-replace
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el
index 78bc09af136..b6d487704f4 100644
--- a/lisp/emulation/viper-cmd.el
+++ b/lisp/emulation/viper-cmd.el
@@ -1979,7 +1979,7 @@ Undo previous insertion and inserts new."
1979;; Quote region by each line with a user supplied string. 1979;; Quote region by each line with a user supplied string.
1980(defun viper-quote-region () 1980(defun viper-quote-region ()
1981 (let ((quote-str viper-quote-string) 1981 (let ((quote-str viper-quote-string)
1982 (donot-change-dafault t)) 1982 (donot-change-default t))
1983 (setq quote-str 1983 (setq quote-str
1984 (viper-read-string-with-history 1984 (viper-read-string-with-history
1985 "Quote string: " 1985 "Quote string: "
@@ -1991,9 +1991,9 @@ Undo previous insertion and inserts new."
1991 ((string-match "lisp.*-mode" (symbol-name major-mode)) ";;") 1991 ((string-match "lisp.*-mode" (symbol-name major-mode)) ";;")
1992 ((memq major-mode '(c-mode cc-mode c++-mode)) "//") 1992 ((memq major-mode '(c-mode cc-mode c++-mode)) "//")
1993 ((memq major-mode '(sh-mode shell-mode)) "#") 1993 ((memq major-mode '(sh-mode shell-mode)) "#")
1994 (t (setq donot-change-dafault nil) 1994 (t (setq donot-change-default nil)
1995 quote-str)))) 1995 quote-str))))
1996 (or donot-change-dafault 1996 (or donot-change-default
1997 (setq viper-quote-string quote-str)) 1997 (setq viper-quote-string quote-str))
1998 (viper-enlarge-region (point) (mark t)) 1998 (viper-enlarge-region (point) (mark t))
1999 (if (> (point) (mark t)) (exchange-point-and-mark)) 1999 (if (> (point) (mark t)) (exchange-point-and-mark))
diff --git a/lisp/eshell/em-rebind.el b/lisp/eshell/em-rebind.el
index 2c346dfcd3d..b6f12e1ff2e 100644
--- a/lisp/eshell/em-rebind.el
+++ b/lisp/eshell/em-rebind.el
@@ -144,7 +144,7 @@ This is default behavior of shells like bash."
144;;; Functions: 144;;; Functions:
145 145
146(defun eshell-rebind-initialize () 146(defun eshell-rebind-initialize ()
147 "Initialize the inputing code." 147 "Initialize the inputting code."
148 (unless eshell-non-interactive-p 148 (unless eshell-non-interactive-p
149 (add-hook 'eshell-mode-hook 'eshell-setup-input-keymap nil t) 149 (add-hook 'eshell-mode-hook 'eshell-setup-input-keymap nil t)
150 (make-local-variable 'eshell-previous-point) 150 (make-local-variable 'eshell-previous-point)
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index 6b11a956a99..893ee88e98d 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -5094,7 +5094,7 @@
50942003-02-02 Katsumi Yamaoka <yamaoka@jpl.org> 50942003-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
5095 5095
5096 * nnheader.el (nnheader-directory-separator-character): Change the 5096 * nnheader.el (nnheader-directory-separator-character): Change the
5097 way to compute the dafault value. 5097 way to compute the default value.
5098 5098
50992003-02-02 Jesper Harder <harder@ifa.au.dk> 50992003-02-02 Jesper Harder <harder@ifa.au.dk>
5100 5100
diff --git a/lisp/gs.el b/lisp/gs.el
index 2eba7af71ae..b86632f7637 100644
--- a/lisp/gs.el
+++ b/lisp/gs.el
@@ -96,7 +96,7 @@ FILE is the value to substitute for the place-holder `<file>'."
96(declare-function x-display-pixel-width "xfns.c" (&optional terminal)) 96(declare-function x-display-pixel-width "xfns.c" (&optional terminal))
97 97
98(defun gs-width-in-pt (frame pixel-width) 98(defun gs-width-in-pt (frame pixel-width)
99 "Return, on FRAME, pixel width PIXEL-WIDTH tranlated to pt." 99 "Return, on FRAME, pixel width PIXEL-WIDTH translated to pt."
100 (let ((mm (* (float pixel-width) 100 (let ((mm (* (float pixel-width)
101 (/ (float (x-display-mm-width frame)) 101 (/ (float (x-display-mm-width frame))
102 (float (x-display-pixel-width frame)))))) 102 (float (x-display-pixel-width frame))))))
@@ -106,7 +106,7 @@ FILE is the value to substitute for the place-holder `<file>'."
106(declare-function x-display-pixel-height "xfns.c" (&optional terminal)) 106(declare-function x-display-pixel-height "xfns.c" (&optional terminal))
107 107
108(defun gs-height-in-pt (frame pixel-height) 108(defun gs-height-in-pt (frame pixel-height)
109 "Return, on FRAME, pixel height PIXEL-HEIGHT tranlated to pt." 109 "Return, on FRAME, pixel height PIXEL-HEIGHT translated to pt."
110 (let ((mm (* (float pixel-height) 110 (let ((mm (* (float pixel-height)
111 (/ (float (x-display-mm-height frame)) 111 (/ (float (x-display-mm-height frame))
112 (float (x-display-pixel-height frame)))))) 112 (float (x-display-pixel-height frame))))))
diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el
index 0dee4157d78..50e631a95c5 100644
--- a/lisp/hilit-chg.el
+++ b/lisp/hilit-chg.el
@@ -367,7 +367,7 @@ buffer with the contents of a file
367 367
368;;;###autoload 368;;;###autoload
369(define-minor-mode highlight-changes-visible-mode 369(define-minor-mode highlight-changes-visible-mode
370 "Toggle visiblility of highlighting due to Highlight Changes mode. 370 "Toggle visibility of highlighting due to Highlight Changes mode.
371With a prefix argument ARG, enable Highlight Changes Visible mode 371With a prefix argument ARG, enable Highlight Changes Visible mode
372if ARG is positive, and disable it otherwise. If called from 372if ARG is positive, and disable it otherwise. If called from
373Lisp, enable the mode if ARG is omitted or nil. 373Lisp, enable the mode if ARG is omitted or nil.
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el
index 126b616a644..b0fd37abd36 100644
--- a/lisp/htmlfontify.el
+++ b/lisp/htmlfontify.el
@@ -580,7 +580,7 @@ If a window system is unavailable, calls `hfy-fallback-colour-values'."
580 (color-values colour) 580 (color-values colour)
581 ;;(message "[%S]" window-system) 581 ;;(message "[%S]" window-system)
582 (x-color-values colour)) 582 (x-color-values colour))
583 ;; blarg - tty colours are no good - go fetch some X colours: 583 ;; blarg - tty colors are no good - go fetch some X colors:
584 (hfy-fallback-colour-values colour)))) 584 (hfy-fallback-colour-values colour))))
585 585
586(defvar hfy-cperl-mode-kludged-p nil) 586(defvar hfy-cperl-mode-kludged-p nil)
diff --git a/lisp/international/ccl.el b/lisp/international/ccl.el
index 9614479072a..457fe84c0b1 100644
--- a/lisp/international/ccl.el
+++ b/lisp/international/ccl.el
@@ -1433,7 +1433,7 @@ REG := r0 | r1 | r2 | r3 | r4 | r5 | r6 | r7
1433ARG := REG | integer 1433ARG := REG | integer
1434 1434
1435OPERATOR := 1435OPERATOR :=
1436 ;; Normal arithmethic operators (same meaning as C code). 1436 ;; Normal arithmetic operators (same meaning as C code).
1437 + | - | * | / | % 1437 + | - | * | / | %
1438 1438
1439 ;; Bitwise operators (same meaning as C code) 1439 ;; Bitwise operators (same meaning as C code)
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el
index 1d93d981f8e..306a7bee9dc 100644
--- a/lisp/language/ethio-util.el
+++ b/lisp/language/ethio-util.el
@@ -890,7 +890,7 @@ Otherwise, [0-9A-F]."
890 890
891;;;###autoload 891;;;###autoload
892(defun ethio-find-file nil 892(defun ethio-find-file nil
893 "Transliterate file content into Ethiopic dependig on filename suffix." 893 "Transliterate file content into Ethiopic depending on filename suffix."
894 (cond 894 (cond
895 895
896 ((string-match "\\.sera$" (buffer-file-name)) 896 ((string-match "\\.sera$" (buffer-file-name))
diff --git a/lisp/language/lao-util.el b/lisp/language/lao-util.el
index 008eb92dbbc..2a339504409 100644
--- a/lisp/language/lao-util.el
+++ b/lisp/language/lao-util.el
@@ -386,7 +386,7 @@ character MAA-SAKOD-n.")
386 "Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string. 386 "Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string.
387Only the first syllable is transcribed. 387Only the first syllable is transcribed.
388The value has the form: (START END LAO-STRING), where 388The value has the form: (START END LAO-STRING), where
389START and END are the beggining and end positions of the Roman Lao syllable, 389START and END are the beginning and end positions of the Roman Lao syllable,
390LAO-STRING is the Lao character transcription of it. 390LAO-STRING is the Lao character transcription of it.
391 391
392Optional 3rd arg STR, if non-nil, is a string to search for Roman Lao 392Optional 3rd arg STR, if non-nil, is a string to search for Roman Lao
diff --git a/lisp/net/netrc.el b/lisp/net/netrc.el
index b04863b5fc0..80836b03978 100644
--- a/lisp/net/netrc.el
+++ b/lisp/net/netrc.el
@@ -237,7 +237,7 @@ MODE can be \"login\" or \"password\", suitable for passing to
237;;;###autoload 237;;;###autoload
238(defun netrc-credentials (machine &rest ports) 238(defun netrc-credentials (machine &rest ports)
239 "Return a user name/password pair. 239 "Return a user name/password pair.
240Port specifications will be prioritised in the order they are 240Port specifications will be prioritized in the order they are
241listed in the PORTS list." 241listed in the PORTS list."
242 (let ((list (netrc-parse)) 242 (let ((list (netrc-parse))
243 found) 243 found)
diff --git a/lisp/net/network-stream.el b/lisp/net/network-stream.el
index e27b4541ab5..9c07953c9c9 100644
--- a/lisp/net/network-stream.el
+++ b/lisp/net/network-stream.el
@@ -115,7 +115,7 @@ values:
115 capability command, and should return the command to switch on 115 capability command, and should return the command to switch on
116 STARTTLS if the server supports STARTTLS, and nil otherwise. 116 STARTTLS if the server supports STARTTLS, and nil otherwise.
117 117
118:always-query-capabilies says whether to query the server for 118:always-query-capabilities says whether to query the server for
119 capabilities, even if we're doing a `plain' network connection. 119 capabilities, even if we're doing a `plain' network connection.
120 120
121:client-certificate should either be a list where the first 121:client-certificate should either be a list where the first
diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el
index df841bade79..27dff3aa8d9 100644
--- a/lisp/net/tramp-gvfs.el
+++ b/lisp/net/tramp-gvfs.el
@@ -188,7 +188,7 @@
188;; STRING stable_name 188;; STRING stable_name
189;; STRING x_content_types Since GVFS 1.0 only !!! 189;; STRING x_content_types Since GVFS 1.0 only !!!
190;; STRING icon 190;; STRING icon
191;; STRING prefered_filename_encoding 191;; STRING preferred_filename_encoding
192;; BOOLEAN user_visible 192;; BOOLEAN user_visible
193;; ARRAY BYTE fuse_mountpoint 193;; ARRAY BYTE fuse_mountpoint
194;; STRUCT mount_spec 194;; STRUCT mount_spec
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index c89b61c2eb1..2848211fae9 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -298,8 +298,8 @@ shouldn't return t when it isn't."
298 (search-forward-regexp "Missing ControlMaster argument" nil t)))) 298 (search-forward-regexp "Missing ControlMaster argument" nil t))))
299 299
300(defcustom tramp-default-method 300(defcustom tramp-default-method
301 ;; An external copy method seems to be preferred, because it is much 301 ;; An external copy method seems to be preferred, because it performs
302 ;; more performant for large files, and it hasn't too serious delays 302 ;; much better for large files, and it hasn't too serious delays
303 ;; for small files. But it must be ensured that there aren't 303 ;; for small files. But it must be ensured that there aren't
304 ;; permanent password queries. Either a password agent like 304 ;; permanent password queries. Either a password agent like
305 ;; "ssh-agent" or "Pageant" shall run, or the optional 305 ;; "ssh-agent" or "Pageant" shall run, or the optional
diff --git a/lisp/net/xesam.el b/lisp/net/xesam.el
index ab817a43885..279ea54e4cc 100644
--- a/lisp/net/xesam.el
+++ b/lisp/net/xesam.el
@@ -279,8 +279,8 @@ fields are supported.")
279 279
280(defun xesam-dbus-call-method (&rest args) 280(defun xesam-dbus-call-method (&rest args)
281 "Apply a D-Bus method call. 281 "Apply a D-Bus method call.
282`dbus-call-method' is to be preferred, because it is more 282`dbus-call-method' is preferred, because it performs better.
283performant. If the target D-Bus service is owned by Emacs, this 283If the target D-Bus service is owned by Emacs, this
284is not applicable, and `dbus-call-method-non-blocking' must be 284is not applicable, and `dbus-call-method-non-blocking' must be
285used instead. ARGS are identical to the argument list of both 285used instead. ARGS are identical to the argument list of both
286functions." 286functions."
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el
index c91fe13543a..2991b511830 100644
--- a/lisp/progmodes/cc-defs.el
+++ b/lisp/progmodes/cc-defs.el
@@ -473,7 +473,7 @@ various buffer change hooks."
473 473
474 (let ((saved-undo-list (elt saved-state 0))) 474 (let ((saved-undo-list (elt saved-state 0)))
475 (if (eq buffer-undo-list saved-undo-list) 475 (if (eq buffer-undo-list saved-undo-list)
476 ;; No change was done afterall. 476 ;; No change was done after all.
477 (setq buffer-undo-list (cdr saved-undo-list)) 477 (setq buffer-undo-list (cdr saved-undo-list))
478 478
479 (if keep 479 (if keep
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index 9544c4f8728..cd483d20f2f 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -6832,7 +6832,7 @@ comment at the start of cc-engine.el for more info."
6832 got-suffix-after-parens 6832 got-suffix-after-parens
6833 (eq (char-after got-suffix-after-parens) ?\()) 6833 (eq (char-after got-suffix-after-parens) ?\())
6834 ;; Got a type, no declarator but a paren suffix. I.e. it's a 6834 ;; Got a type, no declarator but a paren suffix. I.e. it's a
6835 ;; normal function call afterall (or perhaps a C++ style object 6835 ;; normal function call after all (or perhaps a C++ style object
6836 ;; instantiation expression). 6836 ;; instantiation expression).
6837 (throw 'at-decl-or-cast nil)))) 6837 (throw 'at-decl-or-cast nil))))
6838 6838
@@ -9151,7 +9151,7 @@ comment at the start of cc-engine.el for more info."
9151 'label)) 9151 'label))
9152 (if (eq step 'up) 9152 (if (eq step 'up)
9153 (setq placeholder (point)) 9153 (setq placeholder (point))
9154 ;; There was no containing statement afterall. 9154 ;; There was no containing statement after all.
9155 (goto-char placeholder))))) 9155 (goto-char placeholder)))))
9156 placeholder)) 9156 placeholder))
9157 (if (looking-at c-block-stmt-2-key) 9157 (if (looking-at c-block-stmt-2-key)
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index 0cf01b1228f..a81cc107ce3 100644
--- a/lisp/progmodes/vhdl-mode.el
+++ b/lisp/progmodes/vhdl-mode.el
@@ -4266,7 +4266,7 @@ Usage:
4266 4266
4267 CODE BEAUTIFICATION: 4267 CODE BEAUTIFICATION:
4268 `C-c M-b' and `C-c C-b' beautify the code of a region or of the entire 4268 `C-c M-b' and `C-c C-b' beautify the code of a region or of the entire
4269 buffer respectively. This inludes indentation, alignment, and case 4269 buffer respectively. This includes indentation, alignment, and case
4270 fixing. Code beautification can also be run non-interactively using the 4270 fixing. Code beautification can also be run non-interactively using the
4271 command: 4271 command:
4272 4272
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el
index c8bdc271f5f..db5b57f8585 100644
--- a/lisp/ps-mule.el
+++ b/lisp/ps-mule.el
@@ -932,7 +932,7 @@ the sequence."
932 (list ps-mule-bitmap-prologue))) 932 (list ps-mule-bitmap-prologue)))
933 933
934(defun ps-mule-generate-bitmap-font (font-spec size relative-compose 934(defun ps-mule-generate-bitmap-font (font-spec size relative-compose
935 baselie-offset bbx) 935 baseline-offset bbx)
936 (let* ((id (ps-mule-font-spec-id font-spec)) 936 (let* ((id (ps-mule-font-spec-id font-spec))
937 (bytes (ps-mule-font-spec-bytes font-spec)) 937 (bytes (ps-mule-font-spec-bytes font-spec))
938 output-list) 938 output-list)
@@ -941,7 +941,7 @@ the sequence."
941 (list (format "/E%02X [ 0 1 255 {pop /.notdef} for ] def\n" id) 941 (list (format "/E%02X [ 0 1 255 {pop /.notdef} for ] def\n" id)
942 (format "%%%% %s\n" (ps-mule-font-spec-name font-spec)) 942 (format "%%%% %s\n" (ps-mule-font-spec-name font-spec))
943 (format "/F%02X %f %S %d E%02X NBF\n" id size 943 (format "/F%02X %f %S %d E%02X NBF\n" id size
944 relative-compose baselie-offset id))) 944 relative-compose baseline-offset id)))
945 (setq output-list 945 (setq output-list
946 (list (list (format "/E%02X [ 0 1 255 { pop 0 } for ] def\n" id)) 946 (list (list (format "/E%02X [ 0 1 255 { pop 0 } for ] def\n" id))
947 (list (format "/V%02X [" id)) 947 (list (format "/V%02X [" id))
@@ -950,7 +950,7 @@ the sequence."
950 (format "/F%02X E%02X V%02X NPF\n" id id id)))) 950 (format "/F%02X E%02X V%02X NPF\n" id id id))))
951 (aset ps-mule-bitmap-font-record id 951 (aset ps-mule-bitmap-font-record id
952 (vector (= bytes 1) output-list 952 (vector (= bytes 1) output-list
953 size relative-compose baselie-offset bbx)) 953 size relative-compose baseline-offset bbx))
954 (if ps-mule-bitmap-dict-list 954 (if ps-mule-bitmap-dict-list
955 output-list 955 output-list
956 (setq ps-mule-bitmap-dict-list (list "/BitmapDict <<\n" ">> def\n")) 956 (setq ps-mule-bitmap-dict-list (list "/BitmapDict <<\n" ">> def\n"))
diff --git a/lisp/reveal.el b/lisp/reveal.el
index ea46cfd1dd3..c776ab72969 100644
--- a/lisp/reveal.el
+++ b/lisp/reveal.el
@@ -189,12 +189,12 @@ Each element has the form (WINDOW . OVERLAY).")
189 189
190;;;###autoload 190;;;###autoload
191(define-minor-mode reveal-mode 191(define-minor-mode reveal-mode
192 "Toggle decloaking of invisible text near point (Reveal mode). 192 "Toggle uncloaking of invisible text near point (Reveal mode).
193With a prefix argument ARG, enable Reveal mode if ARG is 193With a prefix argument ARG, enable Reveal mode if ARG is
194positive, and disable it otherwise. If called from Lisp, enable 194positive, and disable it otherwise. If called from Lisp, enable
195Reveal mode if ARG is omitted or nil. 195Reveal mode if ARG is omitted or nil.
196 196
197Reveral mode is a buffer-local minor mode. When enabled, it 197Reveal mode is a buffer-local minor mode. When enabled, it
198reveals invisible text around point." 198reveals invisible text around point."
199 :group 'reveal 199 :group 'reveal
200 :lighter (global-reveal-mode nil " Reveal") 200 :lighter (global-reveal-mode nil " Reveal")
diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el
index c784892ce6b..c64dc0e7a19 100644
--- a/lisp/term/rxvt.el
+++ b/lisp/term/rxvt.el
@@ -228,7 +228,7 @@ for the currently selected frame."
228 ;; 216 non-gray colors first 228 ;; 216 non-gray colors first
229 (let ((r 0) (g 0) (b 0)) 229 (let ((r 0) (g 0) (b 0))
230 (while (> ncolors 24) 230 (while (> ncolors 24)
231 ;; This and other formulae taken from 256colres.pl and 231 ;; This and other formulas taken from 256colres.pl and
232 ;; 88colres.pl in the xterm distribution. 232 ;; 88colres.pl in the xterm distribution.
233 (tty-color-define (format "color-%d" (- 256 ncolors)) 233 (tty-color-define (format "color-%d" (- 256 ncolors))
234 (- 256 ncolors) 234 (- 256 ncolors)
diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el
index c2856660ea8..f9d11cb2685 100644
--- a/lisp/term/xterm.el
+++ b/lisp/term/xterm.el
@@ -637,7 +637,7 @@ versions of xterm."
637 ;; 216 non-gray colors first 637 ;; 216 non-gray colors first
638 (let ((r 0) (g 0) (b 0)) 638 (let ((r 0) (g 0) (b 0))
639 (while (> ncolors 24) 639 (while (> ncolors 24)
640 ;; This and other formulae taken from 256colres.pl and 640 ;; This and other formulas taken from 256colres.pl and
641 ;; 88colres.pl in the xterm distribution. 641 ;; 88colres.pl in the xterm distribution.
642 (tty-color-define (format "color-%d" (- 256 ncolors)) 642 (tty-color-define (format "color-%d" (- 256 ncolors))
643 (- 256 ncolors) 643 (- 256 ncolors)
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el
index 678d48758da..3356ce195f2 100644
--- a/lisp/textmodes/picture.el
+++ b/lisp/textmodes/picture.el
@@ -742,7 +742,7 @@ by supplying an argument.
742Entry to this mode calls the value of `picture-mode-hook' if non-nil. 742Entry to this mode calls the value of `picture-mode-hook' if non-nil.
743 743
744Note that Picture mode commands will work outside of Picture mode, but 744Note that Picture mode commands will work outside of Picture mode, but
745they are not defaultly assigned to keys." 745they are not by default assigned to keys."
746 (interactive) 746 (interactive)
747 (if (eq major-mode 'picture-mode) 747 (if (eq major-mode 'picture-mode)
748 (error "You are already editing a picture") 748 (error "You are already editing a picture")
diff --git a/lisp/view.el b/lisp/view.el
index 7703719ba40..0d8ad3336f9 100644
--- a/lisp/view.el
+++ b/lisp/view.el
@@ -496,7 +496,7 @@ Entry to view-mode runs the normal hook `view-mode-hook'."
496 "Update `view-return-to-alist' of buffer BUFFER. 496 "Update `view-return-to-alist' of buffer BUFFER.
497Remove from `view-return-to-alist' all entries referencing dead 497Remove from `view-return-to-alist' all entries referencing dead
498windows. Optional argument ITEM non-nil means add ITEM to 498windows. Optional argument ITEM non-nil means add ITEM to
499`view-return-to-alist' after purging. For a decsription of items 499`view-return-to-alist' after purging. For a description of items
500that can be added see the RETURN-TO-ALIST argument of the 500that can be added see the RETURN-TO-ALIST argument of the
501function `view-mode-exit'. If `view-return-to-alist' contains an 501function `view-mode-exit'. If `view-return-to-alist' contains an
502entry for the selected window, purge that entry from 502entry for the selected window, purge that entry from