mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-12 22:40:46 -08:00
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
This commit is contained in:
commit
47ddda0cc4
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue