diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-02-03 14:51:10 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-02-03 14:51:10 +0100 |
| commit | b79deae783a4e46a87b3f6c7f437bf92e31a1d28 (patch) | |
| tree | 888bbbfd8f5e6c930bc297698d2fa9dc9fdee3be /docs | |
| parent | be9b722e2248b8465c561867cc99cb0c62e79dd4 (diff) | |
manual: Update a path
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/magit.org | 3 | ||||
| -rw-r--r-- | docs/magit.texi | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/magit.org b/docs/magit.org index 39fcd01..d5c15eb 100644 --- a/docs/magit.org +++ b/docs/magit.org @@ -192,8 +192,7 @@ Finally add this to your init file: (with-eval-after-load 'info (info-initialize) - (add-to-list 'Info-directory-list - "~/.emacs.d/site-lisp/magit/Documentation/")) + (add-to-list 'Info-directory-list "~/.emacs.d/site-lisp/magit/docs/")) #+end_src Of course if you installed the dependencies manually as well, then diff --git a/docs/magit.texi b/docs/magit.texi index e528aca..05ad9a0 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -344,8 +344,7 @@ Finally add this to your init file: (with-eval-after-load 'info (info-initialize) - (add-to-list 'Info-directory-list - "~/.emacs.d/site-lisp/magit/Documentation/")) + (add-to-list 'Info-directory-list "~/.emacs.d/site-lisp/magit/docs/")) @end lisp Of course if you installed the dependencies manually as well, then |
