|
@@ -480,7 +480,8 @@ and store the result as a list in LISTVAR."
|
|
|
|
|
|
|
|
;;;###autoload
|
|
;;;###autoload
|
|
|
(defun cmake-help ()
|
|
(defun cmake-help ()
|
|
|
- "Queries for any of the four available help topics and prints out the appropriate page."
|
|
|
|
|
|
|
+ "Queries for any of the four available help topics and prints out the
|
|
|
|
|
+appropriate page."
|
|
|
(interactive)
|
|
(interactive)
|
|
|
(let* ((default-entry (cmake-symbol-at-point))
|
|
(let* ((default-entry (cmake-symbol-at-point))
|
|
|
(command-list (cmake-get-list "command"))
|
|
(command-list (cmake-get-list "command"))
|