Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
015b0d50
Commit
015b0d50
authored
Mar 06, 2008
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(describe-gnu-project): Rename from describe-project. Change users.
parent
4e44f5ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
lisp/menu-bar.el
lisp/menu-bar.el
+1
-1
lisp/startup.el
lisp/startup.el
+4
-4
No files found.
lisp/menu-bar.el
View file @
015b0d50
...
...
@@ -1341,7 +1341,7 @@ key, a click, or a menu-item"))
:help "
Read
the
Introduction
to
Emacs
Lisp
Programming
"))
(define-key menu-bar-help-menu [about-gnu-project]
'(menu-item "
About
GNU
" describe-project
'(menu-item "
About
GNU
" describe-
gnu-
project
:help "
About
the
GNU
System,
GNU
Project,
and
GNU/Linux
"))
(define-key menu-bar-help-menu [about-emacs]
'(menu-item "
About
Emacs
" about-emacs
...
...
lisp/startup.el
View file @
015b0d50
...
...
@@ -1148,7 +1148,7 @@ regardless of the value of this variable."
'("
GNU/Linux
"
(lambda (button) (browse-url "
http://www.gnu.org/gnu/linux-and-gnu.html
"))
"
Browse
http://www.gnu.org/gnu/linux-and-gnu.html
")
'("
GNU
" (lambda (button) (describe-project))
'("
GNU
" (lambda (button) (describe-
gnu-
project))
"
Display
info
on
the
GNU
project
")))
"
operating
system.\n
"
:face variable-pitch "
To
quit
a
partially
entered
command,
type
"
...
...
@@ -1207,7 +1207,7 @@ Each element in the list should be a list of strings or pairs
'("
GNU/Linux
"
(lambda (button) (browse-url "
http://www.gnu.org/gnu/linux-and-gnu.html
"))
"
Browse
http://www.gnu.org/gnu/linux-and-gnu.html
")
'("
GNU
" (lambda (button) (describe-project))
'("
GNU
" (lambda (button) (describe-
gnu-
project))
"
Display
info
on
the
GNU
project.
")))
"
operating
system.\n
"
:face (lambda ()
...
...
@@ -1222,7 +1222,7 @@ Each element in the list should be a list of strings or pairs
(lambda () emacs-copyright)
"
\n\n
"
:face variable-pitch
:link ("
GNU
and
Freedom
" (lambda (button) (describe-project)))
:link ("
GNU
and
Freedom
" (lambda (button) (describe-
gnu-
project)))
"
\tWhy
we
developed
GNU
Emacs,
and
the
GNU
operating
system\n
"
:link ("
Absence
of
Warranty
" (lambda (button) (describe-no-warranty)))
"
\tGNU
Emacs
comes
with
"
...
...
@@ -1816,7 +1816,7 @@ Type \\[describe-distribution] for information on "))
(
insert
"To follow a link, click Mouse-1 on it, or move to it and type RET.\n\n"
)
(
insert-button
"GNU and Freedom"
'action
(
lambda
(
button
)
(
describe-project
))
'action
(
lambda
(
button
)
(
describe-
gnu-
project
))
'follow-link
t
)
(
insert
"\t\tWhy we developed GNU Emacs and the GNU system\n"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment