Quelle est la commande pour ouvrir un fichier à partir de l'EMACS?

# to open a file from within emacs
C-x C-f [file]
# C = Ctrl
Paul Gabriel