mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
(yank-excluded-properties): Change :version attribute to a string.
This commit is contained in:
parent
165cebfa6d
commit
a2d10c40a8
@ -1908,7 +1908,7 @@ The argument is used for internal purposes; do not supply one."
|
||||
"*Text properties to discard when yanking."
|
||||
:type '(choice (const :tag "All" t) (repeat symbol))
|
||||
:group 'editing
|
||||
:version 21.4)
|
||||
:version "21.4")
|
||||
|
||||
(defun yank-pop (arg)
|
||||
"Replace just-yanked stretch of killed text with a different stretch.
|
||||
|
Loading…
Reference in New Issue
Block a user