summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-12-01 19:18:51 +0100
committerUlrich Müller <ulm@gentoo.org>2022-12-01 19:18:51 +0100
commit1125178d9bfa5bfc718029dca940d60dcee7edc5 (patch)
tree9708ef9714e7271bb3209a83f130d007b9c9295c /ChangeLog
parentUpdate list of RESTRICT features (diff)
downloadebuild-mode-1125178d9bfa5bfc718029dca940d60dcee7edc5.tar.gz
ebuild-mode-1125178d9bfa5bfc718029dca940d60dcee7edc5.tar.bz2
ebuild-mode-1125178d9bfa5bfc718029dca940d60dcee7edc5.zip
Add documentation to some functions and variables
* ebuild-mode.el: Add documentation to some functions and variables. (ebuild-compilation-mode): Reword docstring to avoid an open paren at the beginning of a line, which confuses some Emacs versions. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bf4e58..bfef2a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2022-12-01 Ulrich Müller <ulm@gentoo.org>
+ * ebuild-mode.el: Add documentation to some functions and
+ variables.
+ (ebuild-compilation-mode): Reword docstring to avoid an open paren
+ at the beginning of a line, which confuses some Emacs versions.
+
* ebuild-mode.el (ebuild-mode-restrict-list): Update.
2022-11-30 Ulrich Müller <ulm@gentoo.org>