diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-18 22:21:24 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-18 22:21:24 -0800 |
commit | 99d990817cac77ba755b4e31722c44f6f6bbe3b0 (patch) | |
tree | 20ede6f28ea8785e182ee29d753a547409dd39c4 /lisp/allout.el | |
parent | 3771cb1735b47102e7f94187bcdeb1a4644a557e (diff) | |
download | emacs-99d990817cac77ba755b4e31722c44f6f6bbe3b0.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/allout.el')
-rw-r--r-- | lisp/allout.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index 9289e38b418..480c22d31e0 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -3334,7 +3334,7 @@ coordinating with allout activity.") (run-hooks 'allout-post-undo-hook) (cond ((and (= buffer-saved-size -1) allout-auto-save-temporarily-disabled) - ;; user possibly undid a decryption, deinhibit auto-save: + ;; user possibly undid a decryption, disinhibit auto-save: (allout-maybe-resume-auto-save-info-after-encryption)) ((save-excursion (save-restriction @@ -5871,7 +5871,7 @@ encryption. Further, encrypting with a KEYMODE-CUE universal argument greater than 4 - eg, preceded by a doubled Ctrl-U - causes association of the specified recipients with the file, replacing those currently -associated with it. This can be used to deassociate any +associated with it. This can be used to dissociate any recipients with the file, by selecting no recipients in the dialog. @@ -5912,7 +5912,7 @@ encryption. Further, encrypting with a KEYMODE-CUE universal argument greater than 4 - eg, preceded by a doubled Ctrl-U - causes association of the specified recipients with the file, replacing those currently -associated with it. This can be used to deassociate any +associated with it. This can be used to dissociate any recipients with the file, by selecting no recipients in the dialog. @@ -6045,7 +6045,7 @@ encryption. Further, encrypting with a KEYMODE-CUE universal argument greater than 4 - eg, preceded by a doubled Ctrl-U - causes association of the specified recipients with the file, replacing those currently -associated with it. This can be used to deassociate any +associated with it. This can be used to dissociate any recipients with the file, by selecting no recipients in the dialog. @@ -6661,7 +6661,7 @@ To ignore intangibility, bind `inhibit-point-motion-hooks' to t." (if (/= arg 1) (condition-case nil (line-move (1- arg)) (error nil))) - ;; Move to beginning-of-line, ignoring fields and invisibles. + ;; Move to beginning-of-line, ignoring fields and invisible text. (skip-chars-backward "^\n") (while (and (not (bobp)) (let ((prop |