diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-08-31 17:39:24 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-08-31 17:41:53 +0200 |
commit | 36f628b4e661148878626136aa49fb42446ad8d5 (patch) | |
tree | 75c2286380a8801676b906624e55122382e206a5 /app-emacs/ebuild-mode | |
parent | media-sound/mp3blaster: Stabilize 3.2.6-r2 arm, #913362 (diff) | |
download | gentoo-36f628b4e661148878626136aa49fb42446ad8d5.tar.gz gentoo-36f628b4e661148878626136aa49fb42446ad8d5.tar.bz2 gentoo-36f628b4e661148878626136aa49fb42446ad8d5.zip |
app-emacs/ebuild-mode: Update docstring in site-init file
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/ebuild-mode')
-rw-r--r-- | app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.54.el | 2 |
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") |