summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-01-18 19:03:46 +0200
committerEli Zaretskii <eliz@gnu.org>2021-01-18 19:03:46 +0200
commit47ddda0cc4d2bc206d8ccd2f12338b4e2616049a (patch)
treee29d22572ba15e8bdd0195a661001ac2b40642c7
parentc4be126c42600990375720511326c5ab8fb22a84 (diff)
parentf9dab612726148919812ec4ff804df6120022407 (diff)
downloademacs-47ddda0cc4d2bc206d8ccd2f12338b4e2616049a.tar.gz
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."
;; Find the end of the documentation text at the start.
;; Set POINT to where it ends, or nil if ends at eob.
- (unless (get-text-property point 'epa-list-keys)
- (setq point (next-single-property-change point 'epa-list-keys)))
+ (unless (get-text-property point 'epa-key)
+ (setq point (next-single-property-change point 'epa-key)))
;; If caller specified documentation text for that, replace the old
;; documentation text (if any) with what was specified.