diff options
| -rw-r--r-- | lisp/ps-bdf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ps-bdf.el b/lisp/ps-bdf.el index bf9b69ddef5..4e38af09c08 100644 --- a/lisp/ps-bdf.el +++ b/lisp/ps-bdf.el | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | (list (expand-file-name "fonts/bdf" installation-directory)) | 39 | (list (expand-file-name "fonts/bdf" installation-directory)) |
| 40 | '("/usr/local/share/emacs/fonts/bdf")) | 40 | '("/usr/local/share/emacs/fonts/bdf")) |
| 41 | "*List of directories to search for `BDF' font files. | 41 | "*List of directories to search for `BDF' font files. |
| 42 | The default value is '("/usr/local/share/emacs/fonts/bdf").") | 42 | The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") |
| 43 | 43 | ||
| 44 | ;; MS-DOS users like to move the binary around after it's built, but | 44 | ;; MS-DOS users like to move the binary around after it's built, but |
| 45 | ;; the value above is computed at loadup time. | 45 | ;; the value above is computed at loadup time. |