comparison lisp/info.el @ 94245:e884e788c40a

(Info-complete-menu-item): Add missing parenthesis.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 22 Apr 2008 15:48:29 +0000
parents 6ff724be7391
children 2741bbf61004
comparison
equal deleted inserted replaced
94244:6ff724be7391 94245:e884e788c40a
2305 ;; Go back to the start node (for the next completion). 2305 ;; Go back to the start node (for the next completion).
2306 (unless (equal Info-current-node orignode) 2306 (unless (equal Info-current-node orignode)
2307 (Info-goto-node orignode)) 2307 (Info-goto-node orignode))
2308 ;; Update the cache. 2308 ;; Update the cache.
2309 (set (make-local-variable 'Info-complete-cache) 2309 (set (make-local-variable 'Info-complete-cache)
2310 (list Info-current-file Info-current-node 2310 (list Info-current-file Info-current-node
2311 Info-complete-next-re string completions 2311 Info-complete-next-re string completions
2312 Info-complete-nodes))) 2312 Info-complete-nodes)))
2313 (if action 2313 (if action
2314 (all-completions string completions predicate) 2314 (all-completions string completions predicate)
2315 (try-completion string completions predicate))))))) 2315 (try-completion string completions predicate))))))))
2316 2316
2317 2317
2318 (defun Info-menu (menu-item &optional fork) 2318 (defun Info-menu (menu-item &optional fork)
2319 "Go to the node pointed to by the menu item named (or abbreviated) MENU-ITEM. 2319 "Go to the node pointed to by the menu item named (or abbreviated) MENU-ITEM.
2320 The menu item should one of those listed in the current node's menu. 2320 The menu item should one of those listed in the current node's menu.