Amend documentation for clear-current-register.

This commit is contained in:
tastytea 2020-02-19 18:50:04 +01:00
parent 39778084d8
commit 0375d5d806
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 5 additions and 1 deletions

View File

@ -99,7 +99,11 @@
(register-to-point (car (nth pos registers)))))
(defun register-quicknav/clear-current-register ()
"Clear currently selected position register."
"Clear currently selected position register.
To be more precise, it deletes the
`register-quicknav//current-position-register'th position
register, as reported by `register-quicknav//registers', from
`register-alist'."
(interactive)
(let ((pos register-quicknav//current-position-register)
(registers (register-quicknav//registers)))