From b0aa86237e084c762d15200e9b4a797a4f615d45 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 18 Jul 2024 09:54:44 +0200 Subject: [PATCH] Improve emacs man page description of --user flag * doc/man/emacs.1.in: Improve --user flag description. (Bug#72169) (cherry picked from commit 110b3d08d73b01c84ee7160c656c66eb206a7d90) --- doc/man/emacs.1.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man/emacs.1.in b/doc/man/emacs.1.in index b478b5196ee..bf3ef9b111d 100644 --- a/doc/man/emacs.1.in +++ b/doc/man/emacs.1.in @@ -1,5 +1,5 @@ .\" See section COPYING for copyright and redistribution information. -.TH EMACS 1 "2022-06-07" "GNU Emacs @version@" "GNU" +.TH EMACS 1 "2024-07-18" "GNU Emacs @version@" "GNU" . . .SH NAME @@ -115,7 +115,7 @@ This is useful for debugging problems in the init file. .BI \-u " user\fR,\fP " \-\-user= "user" Load .IR user 's -init file. +init file instead of your own. .TP .BI \-\-init\-directory= "directory" Start emacs with user-emacs-directory set to @@ -664,7 +664,7 @@ For detailed credits and acknowledgments, see the GNU Emacs manual. . . .SH COPYING -Copyright 1995, 1999-2024 Free Software Foundation, Inc. +Copyright 1995-2024 Free Software Foundation, Inc. .PP Permission is granted to make and distribute verbatim copies of this document provided the copyright notice and this permission notice are -- 2.39.5