Mercurial > emacs
comparison lisp/textmodes/enriched.el @ 110494:7c4da622f181
Remove leading `*' from docs of some defcustoms etc.
* emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
* emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
* international/kkc.el, international/ogonek.el, mail/feedmail.el:
* net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
* net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
* textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
* textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
* textmodes/tex-mode.el, textmodes/two-column.el:
Remove leading `*' from docs of defcustoms etc.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 22 Sep 2010 23:42:45 -0700 |
parents | 1d1d5d9bd884 |
children | 417b1e4d63cd |
comparison
equal
deleted
inserted
replaced
110493:4dea687a331f | 110494:7c4da622f181 |
---|---|
1 ;;; enriched.el --- read and save files in text/enriched format | 1 ;;; enriched.el --- read and save files in text/enriched format |
2 | 2 |
3 ;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, | 3 ;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, |
4 ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 4 ;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
5 | 5 |
6 ;; Author: Boris Goldowsky <boris@gnu.org> | 6 ;; Author: Boris Goldowsky <boris@gnu.org> |
7 ;; Keywords: wp, faces | 7 ;; Keywords: wp, faces |
8 | 8 |
9 ;; This file is part of GNU Emacs. | 9 ;; This file is part of GNU Emacs. |
48 (defgroup enriched nil | 48 (defgroup enriched nil |
49 "Read and save files in text/enriched format." | 49 "Read and save files in text/enriched format." |
50 :group 'wp) | 50 :group 'wp) |
51 | 51 |
52 (defcustom enriched-verbose t | 52 (defcustom enriched-verbose t |
53 "*If non-nil, give status messages when reading and writing files." | 53 "If non-nil, give status messages when reading and writing files." |
54 :type 'boolean | 54 :type 'boolean |
55 :group 'enriched) | 55 :group 'enriched) |
56 | 56 |
57 ;;; | 57 ;;; |
58 ;;; Set up faces & display table | 58 ;;; Set up faces & display table |