Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
50b3eb6a
Commit
50b3eb6a
authored
Feb 25, 1998
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(py-master-file): Fixed some typos in the docstring.
parent
628f5981
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Misc/python-mode.el
Misc/python-mode.el
+4
-4
No files found.
Misc/python-mode.el
View file @
50b3eb6a
...
...
@@ -287,17 +287,17 @@ source code of the innermost frame.")
;; Not customizable
(
defvar
py-master-file
nil
"If non-nil, execute the named file instead of the buffer's file.
The intent is to allow
someone to set this variable file
local
The intent is to allow
you to set this variable in the file's
local
variable section, e.g.:
# Local Variables:
# py-master-file: \"master.py\"
# End:
so that
hitt
ing \\[py-execute-buffer] in that buffer executes the
so that
typ
ing \\[py-execute-buffer] in that buffer executes the
named master file instead of the buffer's file. Note that if the file
name has a relative path, the `default-directory' for the
file
is
prepended to come up with a
buffer
name."
)
name has a relative path, the `default-directory' for the
buffer
is
prepended to come up with a
file
name."
)
(
make-variable-buffer-local
'py-master-file
)
...
...
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