]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Mar 2016 15:54:49 +0000 (08:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Mar 2016 15:55:26 +0000 (08:55 -0700)
lisp/forms.el
lisp/progmodes/cc-defs.el
src/floatfns.c

index c0b48fd3b63b10bf07ef65639865e6510e4b6df5..b068352e6ebb23baac04548617a78fcdcfd9b516 100644 (file)
@@ -593,7 +593,7 @@ Commands:                        Equivalent keys in read-only mode:
         ;; set-visited-file-name from calling set-auto-mode, which
         ;; might kill all local variables and set forms-file nil,
         ;; which will then barf in find-file-noselect below.  This can
-        ;; hapen when the user sets the default major mode that is
+        ;; happen when the user sets the default major mode that is
         ;; different from the Fundamental mode.
         (let (change-major-mode-with-file-name)
           (set-visited-file-name nil))
index 3b9f44e55a0187fb3be969d00a77cb543c7bc7f7..f458904c87af68a115b3934ee74ccbeae6f463f1 100644 (file)
@@ -1407,7 +1407,7 @@ been put there by c-put-char-property.  POINT remains unchanged."
         (c-state-cache-good-pos c-state-cache-good-pos)
         ;(c-state-nonlit-pos-cache (copy-tree c-state-nonlit-pos-cache))
         ;(c-state-nonlit-pos-cache-limit c-state-nonlit-pos-cache-limit)
-        ;(c-state-semi-nonlit-pos-cache (copy-treec c-state-semi-nonlit-pos-cache))
+        ;(c-state-semi-nonlit-pos-cache (copy-tree c-state-semi-nonlit-pos-cache))
         ;(c-state-semi-nonlit-pos-cache-limit c-state-semi-nonlit-pos-cache)
         (c-state-brace-pair-desert (copy-tree c-state-brace-pair-desert))
         (c-state-point-min c-state-point-min)
index b9af03b3431c12cbb08be0d1765f2b97cc5833a9..c1bd25877e3fd5344f9392d8fceeedba81b0b3f8 100644 (file)
@@ -3,8 +3,7 @@
 Copyright (C) 1988, 1993-1994, 1999, 2001-2016 Free Software Foundation,
 Inc.
 
-Author: Wolfgang Rupprecht (ac
-ording to ack.texi)
+Author: Wolfgang Rupprecht (according to ack.texi)
 
 This file is part of GNU Emacs.