summaryrefslogtreecommitdiff
path: root/lisp/printing.el
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2008-12-03 05:48:14 +0000
committerLute Kamstra <lute@gnu.org>2008-12-03 05:48:14 +0000
commit23b4b87081c2720488861bceb98d43957df17b15 (patch)
tree7e7a14e4cdc66eb39f6d0da27021642bba6539a9 /lisp/printing.el
parent84690faeebed7cf03f07650a0de1579cc5fccaca (diff)
downloademacs-23b4b87081c2720488861bceb98d43957df17b15.tar.gz
* align.el:
* allout.el: * apropos.el: * arc-mode.el: * autoinsert.el: * avoid.el: * battery.el: * bookmark.el: * buff-menu.el: * calculator.el: * chistory.el: * cmuscheme.el: * comint.el: * compare-w.el: * dabbrev.el: * delim-col.el: * desktop.el: * diff-mode.el: * diff.el: * dired-aux.el: * dired-x.el: * dired.el: * dos-vars.el: * ediff-diff.el: * ediff-help.el: * ediff-init.el: * ediff-merg.el: * ediff-mult.el: * ediff-ptch.el: * ediff-vers.el: * ediff-wind.el: * ediff.el: * emerge.el: * facemenu.el: * faces.el: * ffap.el: * filecache.el: * find-dired.el: * font-core.el: * font-lock.el: * forms.el: * fringe.el: * help-at-pt.el: * hippie-exp.el: * ido.el: * image-file.el: * imenu.el: * indent.el: * info.el: * isearchb.el: * iswitchb.el: * jit-lock.el: * jka-compr.el: * log-edit.el: * lpr.el: * ls-lisp.el: * man.el: * menu-bar.el: * midnight.el: * mouse-sel.el: * mouse.el: * msb.el: * outline.el: * paren.el: * pcmpl-cvs.el: * pcmpl-gnu.el: * pcomplete.el: * pcvs-info.el: * pcvs-parse.el: * printing.el: * ps-mule.el: * ps-print.el: * replace.el: * ruler-mode.el: * saveplace.el: * sb-image.el: * scroll-bar.el: * sha1.el: * shadowfile.el: * shell.el: * sort.el: * speedbar.el: * strokes.el: * tempo.el: * term.el: * terminal.el: * time-stamp.el: * time.el: * tree-widget.el: * type-break.el: * vc-cvs.el: * vc-hg.el: * vc-mcvs.el: * vc-rcs.el: * vc-sccs.el: * vc.el: * view.el: * w32-vars.el: * whitespace.el: * wid-edit.el: Remove leading * from docstrings of defcustoms, deffaces, defconsts and defuns.
Diffstat (limited to 'lisp/printing.el')
-rw-r--r--lisp/printing.el70
1 files changed, 35 insertions, 35 deletions
diff --git a/lisp/printing.el b/lisp/printing.el
index 85e4b5ea4bb..887668901c7 100644
--- a/lisp/printing.el
+++ b/lisp/printing.el
@@ -1683,7 +1683,7 @@ separator; otherwise, ensure unix-style directory separator."
ps-windows-system)
'windows
'unix)
- "*Specify which path style to use for external commands.
+ "Specify which path style to use for external commands.
Valid values are:
@@ -1700,7 +1700,7 @@ Valid values are:
'((unix PATH)
(cygwin PATH)
(windows PATH))
- "*Specify an alist for command paths.
+ "Specify an alist for command paths.
It's used to find commands used for printing package, like gv, gs, gsview.exe,
mpage, print.exe, etc. See also `pr-command' function.
@@ -1775,7 +1775,7 @@ Examples:
(defcustom pr-txt-name 'default
- "*Specify a printer for printing a text file.
+ "Specify a printer for printing a text file.
The printer name symbol should be defined on `pr-txt-printer-alist' (see it for
documentation).
@@ -1805,7 +1805,7 @@ function (see it for documentation) to update text printer menu."
;; (PRN "" nil "PRN")
;; (standard "redpr.exe" nil "")
;; )
- "*Specify an alist of all text printers (text printer database).
+ "Specify an alist of all text printers (text printer database).
The alist element has the form:
@@ -1921,7 +1921,7 @@ Useful links:
(defcustom pr-ps-name 'default
- "*Specify a printer for printing a PostScript file.
+ "Specify a printer for printing a PostScript file.
This printer name symbol should be defined on `pr-ps-printer-alist' (see it for
documentation).
@@ -1956,7 +1956,7 @@ function (see it for documentation) to update PostScript printer menu."
;; (PRN "" nil "" "PRN")
;; (standard "redpr.exe" nil "" "")
;; )
- "*Specify an alist for all PostScript printers (PostScript printer database).
+ "Specify an alist for all PostScript printers (PostScript printer database).
The alist element has the form:
@@ -2216,7 +2216,7 @@ Useful links:
(cond (ps-windows-system "c:/temp")
(t "/tmp")
)))))
- "*Specify a directory for temporary files during printing.
+ "Specify a directory for temporary files during printing.
See also `pr-ps-temp-file' and `pr-file-modes'."
:type '(directory :tag "Temporary Directory")
@@ -2224,7 +2224,7 @@ See also `pr-ps-temp-file' and `pr-file-modes'."
(defcustom pr-ps-temp-file "prspool-"
- "*Specify PostScript temporary file name prefix.
+ "Specify PostScript temporary file name prefix.
See also `pr-temp-dir' and `pr-file-modes'."
:type '(file :tag "PostScript Temporary File Name")
@@ -2235,7 +2235,7 @@ See also `pr-temp-dir' and `pr-file-modes'."
;; So, by default, only the session owner have permission to deal with files
;; generated by `printing'.
(defcustom pr-file-modes ?\600
- "*Specify the file permission bits for newly created files.
+ "Specify the file permission bits for newly created files.
It should be an integer; only the low 9 bits are used.
@@ -2248,7 +2248,7 @@ See also `pr-temp-dir' and `pr-ps-temp-file'."
(if ps-windows-system
"gsview32.exe"
"gv")
- "*Specify path and name of the gsview/gv utility.
+ "Specify path and name of the gsview/gv utility.
See also `pr-path-alist'.
@@ -2289,7 +2289,7 @@ Useful links:
(if ps-windows-system
"gswin32.exe"
"gs")
- "*Specify path and name of the ghostscript utility.
+ "Specify path and name of the ghostscript utility.
See also `pr-path-alist'.
@@ -2315,7 +2315,7 @@ Useful links:
(if ps-windows-system
'("-q -dNOPAUSE -Ic:/gs/gs5.50;c:/gs/gs5.50/fonts")
'("-q -dNOPAUSE -I/usr/share/ghostscript/5.10"))
- "*Specify ghostscript switches. See the documentation on GS for more info.
+ "Specify ghostscript switches. See the documentation on GS for more info.
It's a list of strings, where each string is one or more ghostscript switches.
@@ -2357,7 +2357,7 @@ Useful links:
(if ps-windows-system
"mswinpr2"
"uniprint")
- "*Specify the ghostscript device switch value (-sDEVICE=).
+ "Specify the ghostscript device switch value (-sDEVICE=).
A note on the gs switches:
@@ -2370,7 +2370,7 @@ See also `pr-ps-printer-alist'."
(defcustom pr-gs-resolution 300
- "*Specify ghostscript resolution switch value (-r).
+ "Specify ghostscript resolution switch value (-r).
A note on the gs switches:
@@ -2383,7 +2383,7 @@ See also `pr-ps-printer-alist'."
(defcustom pr-print-using-ghostscript nil
- "*Non-nil means print using ghostscript.
+ "Non-nil means print using ghostscript.
This is useful if you don't have a PostScript printer, so you could use the
ghostscript to print a PostScript file.
@@ -2395,31 +2395,31 @@ variable should be nil."
(defcustom pr-faces-p nil
- "*Non-nil means print with face attributes."
+ "Non-nil means print with face attributes."
:type 'boolean
:group 'printing)
(defcustom pr-spool-p nil
- "*Non-nil means spool printing in a buffer."
+ "Non-nil means spool printing in a buffer."
:type 'boolean
:group 'printing)
(defcustom pr-file-landscape nil
- "*Non-nil means print PostScript file in landscape orientation."
+ "Non-nil means print PostScript file in landscape orientation."
:type 'boolean
:group 'printing)
(defcustom pr-file-duplex nil
- "*Non-nil means print PostScript file in duplex mode."
+ "Non-nil means print PostScript file in duplex mode."
:type 'boolean
:group 'printing)
(defcustom pr-file-tumble nil
- "*Non-nil means print PostScript file in tumble mode.
+ "Non-nil means print PostScript file in tumble mode.
If tumble is off, produces a printing suitable for binding on the left or
right.
@@ -2430,7 +2430,7 @@ bottom."
(defcustom pr-auto-region t
- "*Non-nil means region is automagically detected.
+ "Non-nil means region is automagically detected.
Note that this will only work if you're using transient mark mode.
@@ -2442,7 +2442,7 @@ marked instead of all buffer."
(defcustom pr-auto-mode t
- "*Non-nil means major-mode specific printing is prefered over normal printing.
+ "Non-nil means major-mode specific printing is prefered over normal printing.
That is, if current major-mode is declared in `pr-mode-alist', the `*-buffer*'
and `*-region*' commands will behave like `*-mode*' commands; otherwise,
@@ -2510,7 +2510,7 @@ will print the current region."
nil
)
)
- "*Specify an alist for a major-mode and printing functions.
+ "Specify an alist for a major-mode and printing functions.
To customize a major mode printing, just declare the customization in
`pr-mode-alist' and invoke some of `*-mode*' commands. An example for major
@@ -2653,7 +2653,7 @@ DEFAULT It's a way to set default values when this entry is selected.
(defcustom pr-ps-utility 'mpage
- "*Specify PostScript utility symbol.
+ "Specify PostScript utility symbol.
This utility symbol should be defined on `pr-ps-utility-alist' (see it for
documentation).
@@ -2684,7 +2684,7 @@ NOTE: Don't forget to download and install the utilities declared on
;; '((psnup "c:/psutils/psnup" ("-q") "-P%s" "-%d" "-l" nil nil " " nil
;; (pr-file-duplex . nil) (pr-file-tumble . nil))
;; )
- "*Specify an alist for PostScript utility processing (PS utility database).
+ "Specify an alist for PostScript utility processing (PS utility database).
The alist element has the form:
@@ -2882,7 +2882,7 @@ Useful links:
(defcustom pr-menu-lock t
- "*Non-nil means menu is locked while selecting toggle options.
+ "Non-nil means menu is locked while selecting toggle options.
See also `pr-menu-char-height' and `pr-menu-char-width'."
:type 'boolean
@@ -2890,7 +2890,7 @@ See also `pr-menu-char-height' and `pr-menu-char-width'."
(defcustom pr-menu-char-height (pr-menu-char-height)
- "*Specify menu char height in pixels.
+ "Specify menu char height in pixels.
This variable is used to guess which vertical position should be locked the
menu, so don't forget to adjust it if menu position is not ok.
@@ -2901,7 +2901,7 @@ See also `pr-menu-lock' and `pr-menu-char-width'."
(defcustom pr-menu-char-width (pr-menu-char-width)
- "*Specify menu char width in pixels.
+ "Specify menu char width in pixels.
This variable is used to guess which horizontal position should be locked the
menu, so don't forget to adjust it if menu position is not ok.
@@ -2917,7 +2917,7 @@ See also `pr-menu-lock' and `pr-menu-char-height'."
(pr-file-duplex . nil) ; settings
(pr-file-tumble . nil))
)
- "*Specify an alist for settings in general.
+ "Specify an alist for settings in general.
The elements have the following form:
@@ -3029,7 +3029,7 @@ SETTING It's a cons like:
(defcustom pr-visible-entry-list
'(postscript text postscript-options postscript-process printing help)
- "*Specify a list of Printing menu visible entries.
+ "Specify a list of Printing menu visible entries.
Valid values with the corresponding menu parts are:
@@ -3081,7 +3081,7 @@ Any other value is ignored."
(defcustom pr-delete-temp-file t
- "*Non-nil means delete temporary files.
+ "Non-nil means delete temporary files.
Set `pr-delete-temp-file' to nil, if the following message (or a similar)
happens when printing:
@@ -3092,7 +3092,7 @@ happens when printing:
(defcustom pr-list-directory nil
- "*Non-nil means list directory when processing a directory.
+ "Non-nil means list directory when processing a directory.
That is, any subdirectories (and the superdirectory) of the directory (given as
argument of functions below) are also printed (as dired-mode listings).
@@ -3105,7 +3105,7 @@ and `pr-txt-directory'."
(defcustom pr-buffer-name "*Printing Interface*"
- "*Specify the name of the buffer interface for printing package.
+ "Specify the name of the buffer interface for printing package.
It's used by `pr-interface'."
:type 'string
@@ -3115,7 +3115,7 @@ It's used by `pr-interface'."
(defcustom pr-buffer-name-ignore
(list (regexp-quote pr-buffer-name) ; ignore printing interface buffer
"^ .*$") ; ignore invisible buffers
- "*Specify a regexp list for buffer names to be ignored in interface buffer.
+ "Specify a regexp list for buffer names to be ignored in interface buffer.
NOTE: Case is important for matching, that is, `case-fold-search' is always
nil.
@@ -3126,7 +3126,7 @@ It's used by `pr-interface'."
(defcustom pr-buffer-verbose t
- "*Non-nil means to be verbose when editing a field in interface buffer.
+ "Non-nil means to be verbose when editing a field in interface buffer.
It's used by `pr-interface'."
:type 'boolean