diff options
author | Glenn Morris <rgm@gnu.org> | 2017-11-22 17:52:11 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-11-22 17:52:11 -0500 |
commit | 8e40429c960a9dd42103be9c41db5a3af7f9ee25 (patch) | |
tree | f7fbfaf8298e67a6b13d00b16134d0b5c94de1a5 /lisp/plstore.el | |
parent | ed2c542920da2a0d99de01e863cbd4ab7dfe13d7 (diff) | |
download | emacs-8e40429c960a9dd42103be9c41db5a3af7f9ee25.tar.gz |
; Fix some doc typos
Diffstat (limited to 'lisp/plstore.el')
-rw-r--r-- | lisp/plstore.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/plstore.el b/lisp/plstore.el index b49e3d40fc4..da260096eaf 100644 --- a/lisp/plstore.el +++ b/lisp/plstore.el @@ -521,7 +521,7 @@ If no one is selected, symmetric encryption will be performed. " t))) (defun plstore-mode-original () - "Show the original form of the this buffer." + "Show the original form of this buffer." (interactive) (when plstore-encoded (if (and (buffer-modified-p) @@ -533,7 +533,7 @@ If no one is selected, symmetric encryption will be performed. " (setq plstore-encoded nil))) (defun plstore-mode-decoded () - "Show the decoded form of the this buffer." + "Show the decoded form of this buffer." (interactive) (unless plstore-encoded (if (and (buffer-modified-p) |