diff options
Diffstat (limited to 'lisp/allout.el')
-rw-r--r-- | lisp/allout.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index 408a2a9a0cc..dedad45f827 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -5926,7 +5926,7 @@ See `allout-toggle-current-subtree-encryption' for more details." (setq buffer-file-coding-system (select-safe-coding-system subtree-beg subtree-end)) ;; if the coding system for the text being encrypted is different - ;; than that prevailing, then there a real risk that the coding + ;; from that prevailing, then there a real risk that the coding ;; system can't be noticed by emacs when the file is visited. to ;; mitigate that, offer to preserve the coding system using a file ;; local variable. |