mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-22 07:09:47 +00:00
Fix typo affecting iswitchb completion
This commit is contained in:
parent
738ba015a3
commit
5e40b963cc
@ -1,5 +1,7 @@
|
||||
2009-09-16 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org.el (org-iswitchb-completing-read): Fix typo.
|
||||
|
||||
* org-crypt.el: New file.
|
||||
|
||||
* org.el: Add an entry for org-crypt.
|
||||
|
@ -7724,7 +7724,7 @@ Use TAB to complete link prefixes, then RET for type-specific completion support
|
||||
"Use iswitch as a completing-read replacement to choose from choices.
|
||||
PROMPT is a string to prompt with. CHOICES is a list of strings to choose
|
||||
from."
|
||||
(let* ((switchb-use-virtual-buffers nil)
|
||||
(let* ((iswitchb-use-virtual-buffers nil)
|
||||
(iswitchb-make-buflist-hook
|
||||
(lambda ()
|
||||
(setq iswitchb-temp-buflist choices))))
|
||||
|
Loading…
Reference in New Issue
Block a user