diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2018-05-30 21:39:54 +0100 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2018-05-30 21:39:54 +0100 |
| commit | 397185d21d0ecbb36fa7b13c77eb23d31c110df3 (patch) | |
| tree | b48cc22efa7c9cd4ff9cbaee4f11c69185b114ca /helpful.el | |
| parent | 7e187f29c9295f7862a7deb5c6a548eb9489d4f1 (diff) | |
Whitespace pedantry
Diffstat (limited to 'helpful.el')
| -rw-r--r-- | helpful.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -125,7 +125,7 @@ as describing `this-command'.") ;; Kill buffers so we have one buffer less than the maximum ;; before we create a new one. (-each excess-buffers #'kill-buffer))) - + (setq buf (get-buffer-create buf-name))) ;; Initialise the buffer with the symbol and associated data. @@ -1024,7 +1024,7 @@ buffer." ;; Convert foo.elc to foo.el. (-when-let (src-path (helpful--find-library-name path)) ;; Open `path' ourselves, so we can widen before searching. - ;; + ;; ;; Opening large.c files can be slow (e.g. when looking at ;; `defalias'), especially if the user has configured mode hooks. ;; |
