Mercurial > emacs
comparison lisp/international/iso-ascii.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 | 731a16c5bb20 |
children | 417b1e4d63cd |
comparison
equal
deleted
inserted
replaced
110493:4dea687a331f | 110494:7c4da622f181 |
---|---|
1 ;;; iso-ascii.el --- set up char tables for ISO 8859/1 on ASCII terminals | 1 ;;; iso-ascii.el --- set up char tables for ISO 8859/1 on ASCII terminals |
2 | 2 |
3 ;; Copyright (C) 1987, 1995, 1998, 2001, 2002, 2003, 2004, | 3 ;; Copyright (C) 1987, 1995, 1998, 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: Howard Gayle | 6 ;; Author: Howard Gayle |
7 ;; Maintainer: FSF | 7 ;; Maintainer: FSF |
8 ;; Keywords: i18n | 8 ;; Keywords: i18n |
9 | 9 |
39 "Set up char tables for ISO 8859/1 on ASCII terminals." | 39 "Set up char tables for ISO 8859/1 on ASCII terminals." |
40 :prefix "iso-ascii-" | 40 :prefix "iso-ascii-" |
41 :group 'i18n) | 41 :group 'i18n) |
42 | 42 |
43 (defcustom iso-ascii-convenient nil | 43 (defcustom iso-ascii-convenient nil |
44 "*Non-nil means `iso-ascii' should aim for convenience, not precision." | 44 "Non-nil means `iso-ascii' should aim for convenience, not precision." |
45 :type 'boolean | 45 :type 'boolean |
46 :group 'iso-ascii) | 46 :group 'iso-ascii) |
47 | 47 |
48 (defvar iso-ascii-display-table (make-display-table) | 48 (defvar iso-ascii-display-table (make-display-table) |
49 "Display table used for ISO-ASCII mode.") | 49 "Display table used for ISO-ASCII mode.") |