aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/strings.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Nuke hand-written node pointers in doc/lisprefGlenn Morris2012-05-261-5/+1
| | | | Let makeinfo figure them out, as is recommended.
* Remove unnecessary @setfilename commands from many doc/lispref/*.texiGlenn Morris2012-04-131-1/+0
|
* doc/lispref markup fixesGlenn Morris2012-04-101-1/+1
| | | | | | * strings.texi (Case Tables): * objects.texi (General Escape Syntax): * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
* Document string-prefix-pGlenn Morris2012-03-211-0/+7
| | | | | * doc/lispref/strings.texi (Text Comparison): Mention string-prefix-p. * etc/NEWS: Belated entry.
* Warn against using `length' to compute display width of a string.Eli Zaretskii2012-03-101-1/+3
| | | | | | | 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)
* Update several Lisp manual chapters.Chong Yidong2012-01-231-6/+7
| | | | | | | | | | | | | | | | | | | | | | | * 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.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Clarify what the "-" and "0" flags mean in the `format' functionLars Magne Ingebrigtsen2011-07-031-6/+8
| | | | (bug#6659).
* Merge from emacs-23; up to 2010-06-12T11:17:12Z!eliz@gnu.org.Glenn Morris2011-05-291-4/+4
|\
| * Tweaks to lisp manual to remove over/underflows in printed version.Chong Yidong2011-05-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * help.texi (Accessing Documentation): * display.texi (Pixel Specification): * processes.texi (Serial Ports, Serial Ports): * nonascii.texi (Character Properties, Default Coding Systems): * text.texi (Changing Properties, Special Properties): * windows.texi (Window Start and End): * modes.texi (SMIE Indentation Example, SMIE Tricks): * keymaps.texi (Searching Keymaps, Tool Bar): * minibuf.texi (Basic Completion): * compile.texi (Eval During Compile): * strings.texi (Formatting Strings): Tweaks to avoid overflowing 7x9 paper in printed manual. * lists.texi (Sets And Lists): Fix misplaced text.
* | Merge changes from emacs-23 branchChong Yidong2011-03-191-2/+2
|\ \ | |/
| * * strings.texi (String Conversion): Don't mention string-make-(uni|multi)byte.Stefan Monnier2011-03-161-2/+2
| | | | | | | | | | | | | | | | * nonascii.texi (Converting Representations): Fix up range. * keymaps.texi (Key Binding Commands): Update code point, avoid "unibyte character" and remove mention of unibyte bindings. Fixes: debbugs:8262
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
| |
* | Nuke arch-tags.Glenn Morris2011-01-151-4/+0
|/
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Fallout from bug #7563.Eli Zaretskii2010-12-111-3/+3
| | | | | | | | processes.texi (Shell Arguments): strings.texi (Creating Strings): Don't mention "shell commands"; make it explicit that `split-string-and-unquote' and `combine-and-quote-strings' are mainly for working with arguments to call-process and start-process.
* Document byte-to-string in Lisp manual.Chong Yidong2010-11-211-38/+25
| | | | | | | | | | | | | | | | * objects.texi (Symbol Type): * text.texi (Near Point): * help.texi (Help Functions): * functions.texi (Mapping Functions): Use string instead of char-to-string in examples. * nonascii.texi (Converting Representations): Document byte-to-string. * strings.texi (Creating Strings): Don't mention semi-obsolete function char-to-string. (String Conversion): Shorten discussion of semi-obsolete function string-to-char. Link to Converting Representations.
* Untabify doc/lispref/*.texi.Glenn Morris2010-06-221-2/+3
| | | | | | | | | | * 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.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * anti.texi (Antinews):Juanma Barranquero2009-10-041-4/+4
| | | | | | * macros.texi (Indenting Macros): * strings.texi (Creating Strings, Case Conversion): Remove duplicate words.
* (Creating Strings): Copyedits. Remove obsolete Emacs 20 usage of `concat'.Chong Yidong2009-02-221-78/+67
| | | | (Case Conversion): Copyedits.
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* (Predicates for Strings): Minor clarification.Richard M. Stallman2009-01-051-1/+1
|
* (String Basics): Only unibyte strings that represent key sequences holdEli Zaretskii2008-12-051-4/+4
| | | | 8-bit raw bytes.
* (String Basics): Add an @xref to "Character Codes".Eli Zaretskii2008-11-291-6/+4
|
* (Predicates for Strings): Fix typo.Chong Yidong2008-11-251-2/+2
|
* (Creating Strings): Add xrefs to `split-string-and-unquote' andEli Zaretskii2008-10-201-1/+7
| | | | `combine-and-quote-strings'.
* (Formatting Strings): Treat - and 0 as flag characters.Chong Yidong2008-02-261-48/+51
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
* (Creating Strings): Null strings from concat not unique.Richard M. Stallman2007-10-311-1/+2
|
* (setfilename): Go up one more level to ../../info.Glenn Morris2007-09-061-1/+1
|
* Move here from ../../lisprefGlenn Morris2007-09-061-0/+1163