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
Open sidebar
emacs
emacs
Commits
1bd4e760
Commit
1bd4e760
authored
Jun 28, 1993
by
Richard M. Stallman
Browse files
Doc fixes.
parent
3c8aaef2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
lisp/calendar/solar.el
lisp/calendar/solar.el
+10
-2
No files found.
lisp/calendar/solar.el
View file @
1bd4e760
...
...
@@ -79,12 +79,20 @@ would give military-style times like `21:07 (UTC)'.")
;;;###autoload
(
defvar
calendar-latitude
nil
"*Latitude of `calendar-location-name' in degrees, + north, - south.
For example, 40.7 for New York City."
)
For example, 40.7 for New York City.
It may not be a good idea to set this in advance for your site;
if there may be users running Emacs at your site
who are physically located elsewhere, they would get the wrong
value and might not know how to override it."
)
;;;###autoload
(
defvar
calendar-longitude
nil
"*Longitude of `calendar-location-name' in degrees, + east, - west.
For example, -74.0 for New York City."
)
For example, -74.0 for New York City.
It may not be a good idea to set this in advance for your site;
if there may be users running Emacs at your site
who are physically located elsewhere, they would get the wrong
value and might not know how to override it."
)
;;;###autoload
(
defvar
calendar-location-name
...
...
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