summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-08-31 17:39:24 +0200
committerUlrich Müller <ulm@gentoo.org>2023-08-31 17:41:53 +0200
commit36f628b4e661148878626136aa49fb42446ad8d5 (patch)
tree75c2286380a8801676b906624e55122382e206a5
parentmedia-sound/mp3blaster: Stabilize 3.2.6-r2 arm, #913362 (diff)
downloadgentoo-36f628b4.tar.gz
gentoo-36f628b4.tar.bz2
gentoo-36f628b4.zip
app-emacs/ebuild-mode: Update docstring in site-init file
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.54.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.54.el b/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.54.el
index 06ae54410391..262206f99709 100644
--- a/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.54.el
+++ b/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.54.el
@@ -1,6 +1,6 @@
(add-to-list 'load-path "@SITELISP@")
(autoload 'ebuild-mode "ebuild-mode"
- "Major mode for Portage .ebuild and .eclass files." t)
+ "Major mode for Gentoo .ebuild and .eclass files." t)
(autoload 'ebuild-repo-mode "ebuild-mode"
"Minor mode for files in an ebuild repository." t)
(autoload 'ebuild-repo-mode-maybe-enable "ebuild-mode")