mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
Merge from origin/emacs-26
226aca3(origin/emacs-26) Fix documentation of 'flyspell-auto-correct...a8c8434* doc/emacs/misc.texi (Saving Emacs Sessions): Fix markup.275e735More changes in the Emacs manualsd962be5More fixes in the Emacs manual6dc2846* src/data.c (Faref): Fix a typo in the doc string. (Bug#30510)36e729fMinor edit in tramp.texi6537f99; Fix oversight from last commiteb94588; * doc/emacs/maintaining.texi: Fix two typos.258135fMore improvements in the Emacs manualf138bcaImprove documentation of 'electric-pair-mode'f74ab96; Spelling and grammar fixes.42f9dc4; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): ...
This commit is contained in:
commit
650febcd3e
15 changed files with 105 additions and 58 deletions
|
|
@ -2271,8 +2271,8 @@ function chain of symbols. */)
|
|||
/* Extract and set vector and string elements. */
|
||||
|
||||
DEFUN ("aref", Faref, Saref, 2, 2, 0,
|
||||
doc: /* Return the element of ARG at index IDX.
|
||||
ARG may be a vector, a string, a char-table, a bool-vector, a record,
|
||||
doc: /* Return the element of ARRAY at index IDX.
|
||||
ARRAY may be a vector, a string, a char-table, a bool-vector, a record,
|
||||
or a byte-code object. IDX starts at 0. */)
|
||||
(register Lisp_Object array, Lisp_Object idx)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue