diff options
| author | Paul Eggert | 2016-03-18 08:54:49 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-03-18 08:55:26 -0700 |
| commit | ed909c049e845a22a7beb626ac98f139388005fa (patch) | |
| tree | 31e5266165bbd5b9b19d770f013cdc01323a0881 | |
| parent | 6da3a6dc9e3e9ac3d7bb666410926ebc4a078505 (diff) | |
| download | emacs-ed909c049e845a22a7beb626ac98f139388005fa.tar.gz emacs-ed909c049e845a22a7beb626ac98f139388005fa.zip | |
; Spelling fixes
| -rw-r--r-- | lisp/forms.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cc-defs.el | 2 | ||||
| -rw-r--r-- | src/floatfns.c | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/lisp/forms.el b/lisp/forms.el index c0b48fd3b63..b068352e6eb 100644 --- a/lisp/forms.el +++ b/lisp/forms.el | |||
| @@ -593,7 +593,7 @@ Commands: Equivalent keys in read-only mode: | |||
| 593 | ;; set-visited-file-name from calling set-auto-mode, which | 593 | ;; set-visited-file-name from calling set-auto-mode, which |
| 594 | ;; might kill all local variables and set forms-file nil, | 594 | ;; might kill all local variables and set forms-file nil, |
| 595 | ;; which will then barf in find-file-noselect below. This can | 595 | ;; which will then barf in find-file-noselect below. This can |
| 596 | ;; hapen when the user sets the default major mode that is | 596 | ;; happen when the user sets the default major mode that is |
| 597 | ;; different from the Fundamental mode. | 597 | ;; different from the Fundamental mode. |
| 598 | (let (change-major-mode-with-file-name) | 598 | (let (change-major-mode-with-file-name) |
| 599 | (set-visited-file-name nil)) | 599 | (set-visited-file-name nil)) |
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index 3b9f44e55a0..f458904c87a 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el | |||
| @@ -1407,7 +1407,7 @@ been put there by c-put-char-property. POINT remains unchanged." | |||
| 1407 | (c-state-cache-good-pos c-state-cache-good-pos) | 1407 | (c-state-cache-good-pos c-state-cache-good-pos) |
| 1408 | ;(c-state-nonlit-pos-cache (copy-tree c-state-nonlit-pos-cache)) | 1408 | ;(c-state-nonlit-pos-cache (copy-tree c-state-nonlit-pos-cache)) |
| 1409 | ;(c-state-nonlit-pos-cache-limit c-state-nonlit-pos-cache-limit) | 1409 | ;(c-state-nonlit-pos-cache-limit c-state-nonlit-pos-cache-limit) |
| 1410 | ;(c-state-semi-nonlit-pos-cache (copy-treec c-state-semi-nonlit-pos-cache)) | 1410 | ;(c-state-semi-nonlit-pos-cache (copy-tree c-state-semi-nonlit-pos-cache)) |
| 1411 | ;(c-state-semi-nonlit-pos-cache-limit c-state-semi-nonlit-pos-cache) | 1411 | ;(c-state-semi-nonlit-pos-cache-limit c-state-semi-nonlit-pos-cache) |
| 1412 | (c-state-brace-pair-desert (copy-tree c-state-brace-pair-desert)) | 1412 | (c-state-brace-pair-desert (copy-tree c-state-brace-pair-desert)) |
| 1413 | (c-state-point-min c-state-point-min) | 1413 | (c-state-point-min c-state-point-min) |
diff --git a/src/floatfns.c b/src/floatfns.c index b9af03b3431..c1bd25877e3 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -3,8 +3,7 @@ | |||
| 3 | Copyright (C) 1988, 1993-1994, 1999, 2001-2016 Free Software Foundation, | 3 | Copyright (C) 1988, 1993-1994, 1999, 2001-2016 Free Software Foundation, |
| 4 | Inc. | 4 | Inc. |
| 5 | 5 | ||
| 6 | Author: Wolfgang Rupprecht (ac | 6 | Author: Wolfgang Rupprecht (according to ack.texi) |
| 7 | ording to ack.texi) | ||
| 8 | 7 | ||
| 9 | This file is part of GNU Emacs. | 8 | This file is part of GNU Emacs. |
| 10 | 9 | ||