aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2021-01-18 19:03:46 +0200
committerEli Zaretskii2021-01-18 19:03:46 +0200
commit47ddda0cc4d2bc206d8ccd2f12338b4e2616049a (patch)
treee29d22572ba15e8bdd0195a661001ac2b40642c7
parentc4be126c42600990375720511326c5ab8fb22a84 (diff)
parentf9dab612726148919812ec4ff804df6120022407 (diff)
downloademacs-47ddda0cc4d2bc206d8ccd2f12338b4e2616049a.tar.gz
emacs-47ddda0cc4d2bc206d8ccd2f12338b4e2616049a.zip
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
-rw-r--r--lisp/epa.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/epa.el b/lisp/epa.el
index db2b1271473..197cd92f977 100644
--- a/lisp/epa.el
+++ b/lisp/epa.el
@@ -359,8 +359,8 @@ DOC is documentation text to insert at the start."
359 359
360 ;; Find the end of the documentation text at the start. 360 ;; Find the end of the documentation text at the start.
361 ;; Set POINT to where it ends, or nil if ends at eob. 361 ;; Set POINT to where it ends, or nil if ends at eob.
362 (unless (get-text-property point 'epa-list-keys) 362 (unless (get-text-property point 'epa-key)
363 (setq point (next-single-property-change point 'epa-list-keys))) 363 (setq point (next-single-property-change point 'epa-key)))
364 364
365 ;; If caller specified documentation text for that, replace the old 365 ;; If caller specified documentation text for that, replace the old
366 ;; documentation text (if any) with what was specified. 366 ;; documentation text (if any) with what was specified.