aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert2012-12-06 18:37:20 -0800
committerPaul Eggert2012-12-06 18:37:20 -0800
commitf24f2e22aab32f2ec9613bcce95d995052f78009 (patch)
tree300218bafe2cad69def84e36a8b6b77c8b97e92d /lisp
parent39670ef4675252df65122fa9c7cf32454a1abf51 (diff)
downloademacs-f24f2e22aab32f2ec9613bcce95d995052f78009.tar.gz
emacs-f24f2e22aab32f2ec9613bcce95d995052f78009.zip
Spelling fixes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/faces.el2
-rw-r--r--lisp/mh-e/mh-e.el4
-rw-r--r--lisp/subr.el2
3 files changed, 4 insertions, 4 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 2a0b77b19c4..280d85c34e9 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1622,7 +1622,7 @@ the face's attributes on existing frames."
1622 (if (memq spec-type '(reset saved-face)) 1622 (if (memq spec-type '(reset saved-face))
1623 (put face 'customized-face nil)) 1623 (put face 'customized-face nil))
1624 ;; Setting the face spec via Custom empties out any override spec, 1624 ;; Setting the face spec via Custom empties out any override spec,
1625 ;; similar to how setting a variable via Custom changes its valus. 1625 ;; similar to how setting a variable via Custom changes its values.
1626 (if (memq spec-type '(customized-face saved-face reset)) 1626 (if (memq spec-type '(customized-face saved-face reset))
1627 (put face 'face-override-spec nil)) 1627 (put face 'face-override-spec nil))
1628 ;; If we reset the face based on its custom spec, it is unmodified 1628 ;; If we reset the face based on its custom spec, it is unmodified
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 69968dac5f7..3b37b9e799c 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -2663,7 +2663,7 @@ of citations entirely, choose \"None\"."
2663 "X-Mail-from:" ; fastmail.fm 2663 "X-Mail-from:" ; fastmail.fm
2664 "X-MAIL-INFO:" ; NetZero 2664 "X-MAIL-INFO:" ; NetZero
2665 "X-Mailer_" 2665 "X-Mailer_"
2666 "X-MailFlowPolicy:" ; Cicso ironport (http://www.ironport.com) 2666 "X-MailFlowPolicy:" ; Cisco Email Security (formerly IronPort; http://www.ironport.com)
2667 "X-Mailing-List:" ; Unknown mailing list managers 2667 "X-Mailing-List:" ; Unknown mailing list managers
2668 "X-MailingID:" 2668 "X-MailingID:"
2669 "X-Mailman-Approved-At:" ; Mailman mailing list manager 2669 "X-Mailman-Approved-At:" ; Mailman mailing list manager
@@ -2743,7 +2743,7 @@ of citations entirely, choose \"None\"."
2743 "X-Scanned-By:" 2743 "X-Scanned-By:"
2744 "X-Sender-ID:" ; Google+ 2744 "X-Sender-ID:" ; Google+
2745 "X-Sender:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ 2745 "X-Sender:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/
2746 "X-Sendergroup:" ; Cicso ironport (http://www.ironport.com) 2746 "X-Sendergroup:" ; Cisco Email Security (formerly IronPort; http://www.ironport.com)
2747 "X-Server-Date:" 2747 "X-Server-Date:"
2748 "X-Server-Uuid:" 2748 "X-Server-Uuid:"
2749 "X-Service-Code:" 2749 "X-Service-Code:"
diff --git a/lisp/subr.el b/lisp/subr.el
index c0cb026fdf9..edc2927d673 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -2628,7 +2628,7 @@ This variable is meaningful on MS-DOG and MS-Windows.
2628On those systems, it is automatically local in every buffer. 2628On those systems, it is automatically local in every buffer.
2629On other systems, this variable is normally always nil. 2629On other systems, this variable is normally always nil.
2630 2630
2631WARNING: This variable is obsolete and will disapper Real Soon Now. 2631WARNING: This variable is obsolete and will disappear Real Soon Now.
2632Don't use it!") 2632Don't use it!")
2633 2633
2634;; The `assert' macro from the cl package signals 2634;; The `assert' macro from the cl package signals