1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Eli Zaretskii
83a96c0872 Warn against using `length' to compute display width of a string.
doc/lispref/strings.texi (String Basics):
 doc/lispref/sequences.texi (Sequence Functions): Mention that `length' is
 not appropriate for computing the string width on display; add a
 cross-reference to the description of `string-width'.  (Bug#10978)
2012-03-10 11:55:54 +02:00
Chong Yidong
31cbea1d3d Update several Lisp manual chapters.
* doc/lispref/eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
correctness with lexical scoping.
(Eval): Copyedits.

* doc/lispref/sequences.texi (Sequence Functions): Don't repeat the
introduction already given in the parent.
(Vectors): Copyedits.
(Rings): Move from lists.texi.  Note that this is specific to the
ring package.

* doc/lispref/lists.texi (Cons Cells): Copyedits.
(List Elements): Mention push.
(List Variables): Mention pop.
(Rings): Move to sequences.texi.

* doc/lispref/strings.texi (Text Comparison): Minor qualification.

* doc/lispref/symbols.texi (Definitions, Symbol Components): Mention variable
scoping issues.
(Plists and Alists): Copyedits.
2012-01-23 12:23:50 +08:00
Glenn Morris
acaf905b11 Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
Glenn Morris
73b0cd5003 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
Glenn Morris
0d9f702fd0 Nuke arch-tags. 2011-01-15 15:16:57 -08:00
Glenn Morris
5df4f04cd3 Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
Glenn Morris
d24880de8b Untabify doc/lispref/*.texi.
* abbrevs.texi, commands.texi, compile.texi, debugging.texi:
* display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
* frames.texi, functions.texi, internals.texi, keymaps.texi:
* loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
* searching.texi, sequences.texi, strings.texi, syntax.texi:
* text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
Untabify Texinfo files.
2010-06-22 20:36:56 -07:00
Glenn Morris
114f9c9679 Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
Chong Yidong
a61bc6e204 (Char-Tables): Link to Property Lists node. 2009-02-22 21:17:26 +00:00
Chong Yidong
c19ac817da (Sequences Arrays Vectors): Make introduction more concise.
(Arrays): Mention char-tables and bool-vectors too.
(Vectors): Don't repeat information given in Arrays node.  Link to
nodes that explain the vector usage examples.
(Char-Tables): Note that char-table elements can have arbitrary
type.  Explain effect of omitted char-table-extra-slots property.
2009-02-22 21:07:15 +00:00
Chong Yidong
5fbf8b28ee (Vector Functions): Remove obsolete Emacs 20 use of `vconcat'. 2009-02-22 00:20:17 +00:00
Glenn Morris
6ed161e1d6 Add 2009 to copyright years. 2009-01-08 05:28:46 +00:00
Eli Zaretskii
b2fe54aec8 (Char-Tables): Fix wording in last change. 2008-10-16 07:20:31 +00:00
Eli Zaretskii
2724b26a3d (Char-Tables): Remove documentation of set-char-table-default, which has no
effect since Emacs 23.
<char-table-range, set-char-table-range>: Don't mention generic characters
and charsets.  Add a cons cell as a possible argument.
2008-10-14 12:48:12 +00:00
Eli Zaretskii
22526bc416 (Char-Tables): `map-char-table' can now call its argument FUNCTION with
a cons cell as KEY.
2008-10-14 11:39:50 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
6336d8c3d7 (setfilename): Go up one more level to ../../info. 2007-09-06 04:27:43 +00:00
Glenn Morris
b8d4c8d0e9 Move here from ../../lispref 2007-09-06 04:25:08 +00:00