summaryrefslogtreecommitdiff
path: root/doc/misc/gnus.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-27 18:07:57 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-27 18:12:45 +0100
commit7bf393dcf0d905b947e5f5311815a08586ced0b0 (patch)
tree43d3d8e81b62151bae968a8f3540bed58fbc5aef /doc/misc/gnus.texi
parenteaa823b9d6f0ca62f3dd29508096503789388f7b (diff)
downloademacs-7bf393dcf0d905b947e5f5311815a08586ced0b0.tar.gz
; Consistently call alists "association list"
* doc/lispref/compile.texi (Compiler Errors): * doc/misc/gnus.texi (Score File Format): * etc/NEWS.24: * lisp/emacs-lisp/byte-run.el (with-suppressed-warnings): * lisp/progmodes/gdb-mi.el (gdb-threads-list) (gdb-breakpoints-list, gdb-place-breakpoints): Prefer the term "association list" for alists.
Diffstat (limited to 'doc/misc/gnus.texi')
-rw-r--r--doc/misc/gnus.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 10f7bd94f7e..94c75ed30c3 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -20564,7 +20564,7 @@ returned value is required to be an integer.
(score-fn (custom-scoring))
@end example
-The user-defined function is called with an associative list with the
+The user-defined function is called with an association list with the
keys @code{number subject from date id refs chars lines xref extra}
followed by the article's score before the function is run.