diff options
| author | politza <politza@fh-trier.de> | 2018-01-09 21:34:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-09 21:34:31 +0100 |
| commit | 9241a79bbf159ba0b079ebdbfa8ad1b3e69cf8c0 (patch) | |
| tree | 477a4a20a8cf9d24410bdd18406d2f914486f4a3 | |
| parent | 0f99f0c06514acf51445e7e4cb0f638fa0c75ee5 (diff) | |
| parent | 36dc85a2423725833f06d5ff9a75ffdaa25c3631 (diff) | |
Merge pull request #344 from amake/patch-1
Fix docstring
| -rw-r--r-- | lisp/pdf-tools.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pdf-tools.el b/lisp/pdf-tools.el index 7731eeb..a9bc5a9 100644 --- a/lisp/pdf-tools.el +++ b/lisp/pdf-tools.el @@ -366,7 +366,7 @@ Do not signal an error in case the build failed, if NO-ERROR-P is non-nil. Attempt to install system packages (even if it is deemed -unnecessary), if SKIP-DEPENDENCIES-P is non-nil. +unnecessary), if FORCE-DEPENDENCIES-P is non-nil. Note that SKIP-DEPENDENCIES-P and FORCE-DEPENDENCIES-P are mutually exclusive. |
