summaryrefslogtreecommitdiff
path: root/helm-info.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-04-25 12:01:16 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-04-25 12:01:16 +0200
commit9bc2702cf13e5096e391088208cc71e580cf2fd7 (patch)
tree40e5c133faeae2a14a47b1e5b9c84161d9cb8451 /helm-info.el
parente6c3ff112066f64777407256518e7ebb590a03c9 (diff)
Reindent all again.
Diffstat (limited to 'helm-info.el')
-rw-r--r--helm-info.el20
1 files changed, 10 insertions, 10 deletions
diff --git a/helm-info.el b/helm-info.el
index 0169bfe6..643999d8 100644
--- a/helm-info.el
+++ b/helm-info.el
@@ -103,16 +103,16 @@ source.")
"Collect candidates for initial Info node Top."
(if helm-info-pages
helm-info-pages
- (let ((info-topic-regexp "\\* +\\([^:]+: ([^)]+)[^.]*\\)\\.")
- topics)
- (require 'info)
- (with-temp-buffer
- (Info-find-node "dir" "top")
- (goto-char (point-min))
- (while (re-search-forward info-topic-regexp nil t)
- (push (match-string-no-properties 1) topics))
- (kill-buffer))
- (setq helm-info-pages topics))))
+ (let ((info-topic-regexp "\\* +\\([^:]+: ([^)]+)[^.]*\\)\\.")
+ topics)
+ (require 'info)
+ (with-temp-buffer
+ (Info-find-node "dir" "top")
+ (goto-char (point-min))
+ (while (re-search-forward info-topic-regexp nil t)
+ (push (match-string-no-properties 1) topics))
+ (kill-buffer))
+ (setq helm-info-pages topics))))
(defvar helm-source-info-pages
`((name . "Info Pages")