${GZIP_PROG} -9n "$(DESTDIR)$(psdir)/$${file}"; \
done
-## Top-level Makefile installs the info pages.
+## Top-level Makefile installs the Info manuals.
install-doc: install-dvi install-html install-pdf install-ps
${GZIP_PROG} -9n "$(DESTDIR)$(psdir)/$${file}"; \
done
-## Top-level Makefile installs the info pages.
+## Top-level Makefile installs the Info manuals.
install-doc: install-dvi install-html install-pdf install-ps
${GZIP_PROG} -9n "$(DESTDIR)$(psdir)/$${file}"; \
done
-## Top-level Makefile installs the info pages.
+## Top-level Makefile installs the Info manuals.
install-doc: install-dvi install-html install-pdf install-ps
${GZIP_PROG} -9n "$(DESTDIR)$(psdir)/$${file}"; \
done
-## Top-level Makefile installs the info pages.
+## Top-level Makefile installs the Info manuals.
install-doc: install-dvi install-html install-pdf install-ps
;;; Commentary:
;; This is based on Sebastian Kremer's excellent dired-x.el (Dired Extra),
-;; version 1.191, adapted for GNU Emacs. See the `dired-x' info pages.
+;; version 1.191, adapted for GNU Emacs. See the `dired-x' Info manual.
;; At load time dired-x.el will install itself and bind some dired keys.
;; Some dired.el and dired-aux.el functions have extra features if
;; User customization: M-x customize-group RET dired-x RET.
-;; *Please* see the `dired-x' info pages for more details.
+;; *Please* see the `dired-x' Info manual for more details.
\f
;;; Code:
of an article, type `\\[gnus-summary-reply]'.
There are approx. one gazillion commands you can execute in this
-buffer; read the info pages for more information (`\\[gnus-info-find-node]').
+buffer; read the Info manual for more information (`\\[gnus-info-find-node]').
The following commands are available:
:group 'cperl-help-system)
(defcustom cperl-info-page "perl"
- "Name of the info page containing perl docs.
+ "Name of the Info manual containing perl docs.
Older version of this page was called `perl5', newer `perl'."
:type 'string
:group 'cperl-help-system)