summaryrefslogtreecommitdiff
path: root/doc/history.info
diff options
context:
space:
mode:
Diffstat (limited to 'doc/history.info')
-rw-r--r--doc/history.info54
1 files changed, 27 insertions, 27 deletions
diff --git a/doc/history.info b/doc/history.info
index 322ebe7..360410d 100644
--- a/doc/history.info
+++ b/doc/history.info
@@ -1,7 +1,7 @@
This is history.info, produced by makeinfo version 6.7 from
history.texi.
-This document describes the GNU History library (version 8.0, 4 May
+This document describes the GNU History library (version 8.1, 17 July
2020), a programming tool that provides a consistent user interface for
recalling lines of previously typed input.
@@ -276,7 +276,7 @@ History library is able to keep track of those lines, associate
arbitrary data with each line, and utilize information from previous
lines in composing new ones.
- The programmer using the History library has available functions for
+ A programmer using the History library has available functions for
remembering lines on a history list, associating arbitrary data with a
line, removing lines from the list, searching through the list for a
line containing an arbitrary text string, and referencing any line in
@@ -290,9 +290,9 @@ for manipulating the text of previous lines and using that text in new
commands. The basic history manipulation commands are similar to the
history substitution provided by 'csh'.
- If the programmer desires, he can use the Readline library, which
-includes some history manipulation by default, and has the added
-advantage of command line editing.
+ The programmer can also use the Readline library, which includes some
+history manipulation by default, and has the added advantage of command
+line editing.
Before declaring any functions using any functionality the History
library provides in other code, an application writer should include the
@@ -1395,28 +1395,28 @@ Appendix C Function and Variable Index

Tag Table:
-Node: Top843
-Node: Using History Interactively1488
-Node: History Interaction1996
-Node: Event Designators3894
-Node: Word Designators5168
-Node: Modifiers6928
-Node: Programming with GNU History8473
-Node: Introduction to History9217
-Node: History Storage10907
-Node: History Functions12042
-Node: Initializing History and State Management13031
-Node: History List Management13843
-Node: Information About the History List16137
-Node: Moving Around the History List17751
-Node: Searching the History List18844
-Node: Managing the History File20769
-Node: History Expansion22589
-Node: History Variables24518
-Node: History Programming Example28498
-Node: GNU Free Documentation License31175
-Node: Concept Index56347
-Node: Function and Variable Index57052
+Node: Top845
+Node: Using History Interactively1490
+Node: History Interaction1998
+Node: Event Designators3896
+Node: Word Designators5170
+Node: Modifiers6930
+Node: Programming with GNU History8475
+Node: Introduction to History9219
+Node: History Storage10897
+Node: History Functions12032
+Node: Initializing History and State Management13021
+Node: History List Management13833
+Node: Information About the History List16127
+Node: Moving Around the History List17741
+Node: Searching the History List18834
+Node: Managing the History File20759
+Node: History Expansion22579
+Node: History Variables24508
+Node: History Programming Example28488
+Node: GNU Free Documentation License31165
+Node: Concept Index56337
+Node: Function and Variable Index57042

End Tag Table